Drop redundant jmartgraphix wordmark next to logo

Hero shows logo + tagline only; header is logo-only for a11y.
This commit is contained in:
2026-07-24 10:28:40 -04:00
parent d950092772
commit 346b095d3a
4 changed files with 7 additions and 32 deletions
+1 -2
View File
@@ -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"