Skip to content

Commit 8d11725

Browse files
franckfermanclaude
andcommitted
docs: fix nav logo redundancy, replace SVG with >_ prefix
The SVG icon showed "do" while the text showed "do-manager", resulting in "do do-manager" visually. Replace with a simple ">_" prompt prefix in the nav logo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6bdb2b8 commit 8d11725

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
}
7676
.nav-logo:hover { color: var(--text-bright); }
7777

78-
.nav-logo svg { flex-shrink: 0; }
79-
78+
.logo-prompt { color: var(--blue); margin-right: 2px; letter-spacing: -.05em; }
8079
.logo-do { color: var(--blue); }
8180
.logo-dash { color: var(--text-dim); }
8281
.logo-mgr { color: var(--text-bright); }
@@ -742,10 +741,7 @@
742741
<!-- ================================================================= NAV -->
743742
<nav>
744743
<a href="#top" class="nav-logo">
745-
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
746-
<rect width="26" height="26" rx="6" fill="#0052cc"/>
747-
<text x="5" y="18" font-family="monospace" font-size="13" font-weight="700" fill="white">do</text>
748-
</svg>
744+
<span class="logo-prompt">&gt;_</span>
749745
<span><span class="logo-do">do</span><span class="logo-dash">-</span><span class="logo-mgr">manager</span></span>
750746
</a>
751747

0 commit comments

Comments
 (0)