Skip to content

Commit 0d51033

Browse files
OneMuppetclaude
andcommitted
Link supporter names to their websites in footer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5e8d96c commit 0d51033

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/app/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ export default function Footer() {
101101
</h3>
102102
<ul className="space-y-2">
103103
<li className="text-sm text-muted-foreground">
104-
<span className="text-foreground">CrossFit Maskineriet</span>
104+
<a href="https://crossfitmaskineriet.com" target="_blank" rel="noopener noreferrer" className="text-foreground hover:text-primary transition-colors">CrossFit Maskineriet</a>
105105
<span className="ml-1 text-xs opacity-60">Beta Tester</span>
106106
</li>
107107
<li className="text-sm text-muted-foreground">
108-
<span className="text-foreground">SnowOak Ventures</span>
108+
<a href="https://snowoak.io" target="_blank" rel="noopener noreferrer" className="text-foreground hover:text-primary transition-colors">SnowOak Ventures</a>
109109
<span className="ml-1 text-xs opacity-60">Financial Supporter</span>
110110
</li>
111111
</ul>

0 commit comments

Comments
 (0)