Drop redundant jmartgraphix wordmark next to logo
Hero shows logo + tagline only; header is logo-only for a11y.
This commit is contained in:
@@ -38,13 +38,12 @@ export function Layout() {
|
||||
<Link to="/" className="site-header__logo" aria-label={`${name} home`}>
|
||||
<img
|
||||
src="/logo.png"
|
||||
alt=""
|
||||
alt={name}
|
||||
className="site-header__logo-img"
|
||||
width={36}
|
||||
height={36}
|
||||
decoding="async"
|
||||
/>
|
||||
<span className="site-header__logo-text">{name}</span>
|
||||
</Link>
|
||||
<button
|
||||
className="site-header__burger"
|
||||
|
||||
Reference in New Issue
Block a user