Skip to content

Commit 591f1d8

Browse files
committed
Remove redundant logo text from nav
The SVG already contains the wordmark.
1 parent ba8337d commit 591f1d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<!-- Nav -->
163163
<nav>
164164
<div class="wrap">
165-
<a href="/" class="logo"><img src="zerfoo.svg" alt="Zerfoo">Zerfoo</a>
165+
<a href="/" class="logo"><img src="zerfoo.svg" alt="Zerfoo"></a>
166166
<button class="nav-toggle" onclick="document.querySelector('.links').classList.toggle('open')" aria-label="Menu">
167167
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 12h18M3 6h18M3 18h18"/></svg>
168168
</button>

0 commit comments

Comments
 (0)