Update src/components/Footer.tsx
Some checks failed
deploy / deploy (push) Has been cancelled

This commit is contained in:
Lee 2023-12-07 16:33:06 +00:00
parent 9e73ff3937
commit 4e3ba2d0c7

@ -22,7 +22,7 @@ const buildId = process.env.NEXT_PUBLIC_BUILD_ID
const buildTime = process.env.NEXT_PUBLIC_BUILD_TIME; const buildTime = process.env.NEXT_PUBLIC_BUILD_TIME;
const gitUrl = isProduction() const gitUrl = isProduction()
? `https://git.fascinated.cc/Fascinated/scoresaber-reloaded-v2/commit/${buildId}` ? `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() { export default function Footer() {
return ( return (
@ -31,7 +31,7 @@ export default function Footer() {
<div className="flex flex-col items-center gap-1 md:flex-row md:items-start md:gap-3"> <div className="flex flex-col items-center gap-1 md:flex-row md:items-start md:gap-3">
<a <a
className="transform-gpu transition-all hover:text-blue-500" className="transform-gpu transition-all hover:text-blue-500"
href="https://git.fascinated.cc/Fascinated/scoresaber-reloaded-v2" href="https://s.fascinated.cc/s/ssr-gitea"
> >
{ssrSettings.siteName} {ssrSettings.siteName}
</a> </a>