From 4e3ba2d0c76375104ccc0c49fdc32fe93f36d144 Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 7 Dec 2023 16:33:06 +0000 Subject: [PATCH] Update src/components/Footer.tsx --- src/components/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c3955f5..998c422 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -22,7 +22,7 @@ const buildId = process.env.NEXT_PUBLIC_BUILD_ID const buildTime = process.env.NEXT_PUBLIC_BUILD_TIME; const gitUrl = isProduction() ? `https://git.fascinated.cc/Fascinated/scoresaber-reloaded-v2/commit/${buildId}` - : "https://git.fascinated.cc/Fascinated/scoresaber-reloaded-v2"; + : "https://s.fascinated.cc/s/ssr-gitea"; export default function Footer() { return ( @@ -31,7 +31,7 @@ export default function Footer() {
{ssrSettings.siteName}