add link to git page

This commit is contained in:
Lee
2023-10-20 17:39:51 +01:00
parent f981426ae0
commit 8e4fd6498e
2 changed files with 6 additions and 87 deletions

View File

@ -17,7 +17,12 @@ export default function Footer() {
<footer>
<div className="m-3 flex flex-col items-center justify-center gap-1 rounded-md bg-gray-800 p-3">
<div className="flex flex-row gap-3">
<p>Scoresaber Reloaded</p>
<a
className="transform-gpu transition-all hover:text-blue-500"
href="https://git.fascinated.cc/Fascinated/scoresaber-reloaded-v2"
>
Scoresaber Reloaded
</a>
{buttons.map((button, index) => {
return (