diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 1b3039af..908f94e3 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -109,7 +109,7 @@ export function Navbar({ children }: { children: React.ReactNode }) { ) : null} {canAdmin ? (
- + View Leaderboard - +
diff --git a/src/routes/admin/github-stats.tsx b/src/routes/admin/github-stats.tsx index 5cfc93a0..d67ebd2e 100644 --- a/src/routes/admin/github-stats.tsx +++ b/src/routes/admin/github-stats.tsx @@ -105,7 +105,7 @@ function GitHubStatsAdmin() { return (
- + {entry.stats.starCount.toLocaleString()} @@ -131,7 +131,7 @@ function GitHubStatsAdmin() { return (
- + {entry.stats.contributorCount.toLocaleString()} @@ -168,7 +168,7 @@ function GitHubStatsAdmin() { return (
- + {entry.stats.dependentCount.toLocaleString()} diff --git a/src/routes/admin/npm-stats.tsx b/src/routes/admin/npm-stats.tsx index bde9376f..e0b5da95 100644 --- a/src/routes/admin/npm-stats.tsx +++ b/src/routes/admin/npm-stats.tsx @@ -128,7 +128,7 @@ function NpmStatsAdmin() { cell: ({ row }) => (
- + {row.original.totalDownloads.toLocaleString()}