Add NoFi link to footer resources
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
56bb9e73d2
commit
8c93b8dec5
|
|
@ -66,6 +66,15 @@ export function Footer({ className }: FooterProps) {
|
|||
Mycopunk Principles
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="https://nofi.lol"
|
||||
target="_blank"
|
||||
className="text-black !opacity-100 hover:text-primary transition-colors"
|
||||
>
|
||||
NoFi — Do Less
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue