Fix spacing
This commit is contained in:
parent
77bc390ee7
commit
c014366a48
|
@ -74,7 +74,7 @@ if ( ! function_exists( 'understrap_change_logo_class' ) ) {
|
|||
|
||||
$html = str_replace( 'class="custom-logo"', 'class="img-fluid"', $html );
|
||||
$html = str_replace( 'class="custom-logo-link"', 'class="navbar-brand custom-logo-link"', $html );
|
||||
$html = str_replace( 'alt=""', 'title="Home" alt="logo"' , $html );
|
||||
$html = str_replace( 'alt=""', 'title="Home" alt="logo"', $html );
|
||||
|
||||
return $html;
|
||||
}
|
||||
|
|
Reference in New Issue