fix: gitea go to github

This commit is contained in:
deechael 2024-09-19 21:02:58 +08:00
parent 2b9f8aeea4
commit 83a639280a

View File

@ -54,7 +54,7 @@ export default function Home() {
<Link
isExternal
className={buttonStyles({ variant: "bordered", radius: "full" })}
href={siteConfig.links.github}
href={siteConfig.links.gitea}
>
<GiteaIcon size={20} />
</Link>