feat: add clickable CCA link in Partners section

Update CCA text to link to crypto-commons.org.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
v0 2025-12-10 18:41:21 +00:00
parent a1e4cf1098
commit 7dac44a543
1 changed files with 8 additions and 1 deletions

View File

@ -434,7 +434,14 @@ export default function HomePage() {
</Link>
</li>
<li>
<span className="text-muted-foreground">Crypto Commons Association</span>
<Link
href="https://crypto-commons.org"
className="text-muted-foreground hover:text-foreground transition-colors"
target="_blank"
rel="noopener noreferrer"
>
Crypto Commons Association
</Link>
</li>
</ul>
</div>