fix(hero): update link labels to reflect Gitea instead of GitHub

This commit is contained in:
2026-03-30 19:33:26 +02:00
parent 24f21d25bc
commit f79c4707c3

View File

@@ -14,8 +14,8 @@ export function Hero() {
href="https://git.zvcloud.net/zv/nexcurrency" href="https://git.zvcloud.net/zv/nexcurrency"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
aria-label="View on GitHub" aria-label="View on Gitea"
title="View on GitHub" title="View on Gitea"
className="inline-flex items-center text-cyan-200 transition-colors hover:text-cyan-100" className="inline-flex items-center text-cyan-200 transition-colors hover:text-cyan-100"
> >
<Github className="h-4 w-4" /> <Github className="h-4 w-4" />