Skip to content

Commit 829bb1b

Browse files
khaliqgantclaude
andcommitted
footer: link "AgentWorkforce" in the sign-off to the GitHub org
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bbcdc78 commit 829bb1b

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

components/site-footer.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,16 @@ export function SiteFooter() {
3333

3434
<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">
3535
<p>© {new Date().getFullYear()} Proactive Agents.</p>
36-
<p>Crafted by AgentWorkforce.</p>
36+
<p>
37+
Crafted by{" "}
38+
<a
39+
href="https://github.com/AgentWorkforce"
40+
className="text-ink-soft hover:text-terracotta transition-colors"
41+
>
42+
AgentWorkforce
43+
</a>
44+
.
45+
</p>
3746
</div>
3847
</div>
3948
</footer>

0 commit comments

Comments
 (0)