stats table

This commit is contained in:
yohlo
2025-09-13 15:21:23 -05:00
parent 3be2284da9
commit 4bc25fb0bc
7 changed files with 328 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ export const useLinks = (userId: string | undefined, roles: string[]) =>
Icon: HouseIcon
},
{
label: 'Leaderboard',
href: '/leaderboard',
label: 'Statistics',
href: '/stats',
Icon: RankingIcon
},
{