add new player tracking logging and add discord link to the footer
All checks were successful
Deploy Backend / deploy (push) Successful in 3m5s
Deploy Website / deploy (push) Successful in 5m44s

This commit is contained in:
Lee
2024-10-16 06:53:30 +01:00
parent ed21d3d780
commit 7f42a27d8f
6 changed files with 28 additions and 2 deletions

View File

@ -22,6 +22,11 @@ const items: NavbarItem[] = [
link: "https://x.com/ssr_reloaded",
openInNewTab: true,
},
{
name: "Discord",
link: "https://discord.gg/kmNfWGA4A8",
openInNewTab: true,
},
];
export default function Footer() {