Skip to content

Commit b1b9fbb

Browse files
khaliqgantclaude
andcommitted
footer: drop GitHub link + type credit, add "Crafted by AgentWorkforce"
Removes the GitHub link from the right column and replaces the typeface credit ("Set in Fraunces & Instrument Serif") with "Crafted by AgentWorkforce" — matches the user's preferred sign-off. Copyright on the left now reads "© 2026 Proactive Agents" so the attribution doesn't repeat AgentWorkforce twice in the same row. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 43034c4 commit b1b9fbb

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

components/site-footer.tsx

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@ export function SiteFooter() {
1414
</div>
1515
<p className="mt-3 max-w-md font-serif text-[0.95rem] leading-relaxed text-ink-soft">
1616
A working manual on the agents that don&rsquo;t wait to be asked.
17-
By <a
18-
href="https://github.com/AgentWorkforce"
19-
className="text-terracotta hover:underline"
20-
>AgentWorkforce</a>.
2117
</p>
2218
</div>
2319

2420
{/* Links */}
25-
<nav className="sm:col-span-5 grid grid-cols-2 gap-x-8 gap-y-2 text-sm text-ink-soft sm:justify-items-end">
21+
<nav className="sm:col-span-5 flex flex-col items-start gap-2 text-sm text-ink-soft sm:items-end">
2622
<Link href="/posts" className="hover:text-terracotta transition-colors">
2723
Essays
2824
</Link>
@@ -32,18 +28,12 @@ export function SiteFooter() {
3228
<Link href="/about" className="hover:text-terracotta transition-colors">
3329
About
3430
</Link>
35-
<a
36-
href="https://github.com/AgentWorkforce"
37-
className="hover:text-terracotta transition-colors"
38-
>
39-
GitHub ↗
40-
</a>
4131
</nav>
4232
</div>
4333

4434
<div className="mt-10 flex flex-col items-start justify-between gap-2 border-t border-rule/60 pt-6 text-xs text-ink-faint sm:flex-row sm:items-center">
45-
<p>© {new Date().getFullYear()} AgentWorkforce. Made with care.</p>
46-
<p>Set in Fraunces &amp; Instrument Serif.</p>
35+
<p>© {new Date().getFullYear()} Proactive Agents.</p>
36+
<p>Crafted by AgentWorkforce.</p>
4737
</div>
4838
</div>
4939
</footer>

0 commit comments

Comments
 (0)