add status page to the footer
All checks were successful
Deploy Backend / deploy (push) Successful in 4m12s
Deploy Website / deploy (push) Successful in 7m6s

This commit is contained in:
Lee 2024-10-16 11:40:46 +01:00
parent 24a15f97d1
commit 5263509bac
2 changed files with 6 additions and 0 deletions

@ -89,6 +89,7 @@ export class PlayerService {
});
daysAgo += 1; // Increment daysAgo for each earlier rank
}
player.markModified("statisticHistory");
await player.save();
}

@ -27,6 +27,11 @@ const items: NavbarItem[] = [
link: "https://discord.gg/kmNfWGA4A8",
openInNewTab: true,
},
{
name: "Status",
link: "https://status.fascinated.cc/status/scoresaber-reloaded",
openInNewTab: true,
},
];
export default function Footer() {