chore: update repository link
Some checks failed
Check Next.js Build / build (push) Has been cancelled

This commit is contained in:
MeexReay 2025-08-31 07:33:18 +03:00
parent 7f0e79ea14
commit d9ce995d30

View File

@ -20,11 +20,11 @@ export default function Footer() {
<div className="flex text-stone-500 items-center align-end">
<p>The source code is available on</p>
<Link
href="https://github.com/MeexReay/racinfo"
href="https://git.meex.lol/MeexReay/racinfo"
className="ml-1 underline underline-offset-3 text-stone-500 hover:text-stone-50 transition duration-200"
>
{" "}
GitHub
MeexReay's Gitea
</Link>
</div>
</footer>