Skip to content

Commit 05a66c3

Browse files
khaliqgantclaude
andcommitted
nav: drop GitHub link
Keeps the editorial focus on the manual itself; GitHub is still linked from the footer and About for anyone who wants the source. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6ba87e5 commit 05a66c3

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

components/site-footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function SiteFooter() {
3030
About
3131
</Link>
3232
<p className="mt-3 text-xs text-ink-faint">
33-
Made by AgentWorkforce. Set in Fraunces &amp; Instrument Serif.
33+
Crafted by AgentWorkforce.
3434
</p>
3535
</div>
3636
</div>

components/site-nav.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ export function SiteNav() {
2121
<Link href="/about" className="hover:text-terracotta transition-colors">
2222
About
2323
</Link>
24-
<a
25-
href="https://github.com/AgentWorkforce"
26-
className="hover:text-terracotta transition-colors"
27-
>
28-
GitHub
29-
</a>
3024
</nav>
3125
</div>
3226
</header>

0 commit comments

Comments
 (0)