add status page to the footer
This commit is contained in:
parent
24a15f97d1
commit
5263509bac
@ -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() {
|
||||
|
Reference in New Issue
Block a user