fix(hero): update link labels to reflect Gitea instead of GitHub
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user