From 6141476391f5e1a07195846513709f25fe35c407 Mon Sep 17 00:00:00 2001 From: LadyBluenotes Date: Wed, 17 Dec 2025 21:46:21 -0800 Subject: [PATCH] fix: update icon sizes for better visibility --- src/components/Navbar.tsx | 4 ++-- src/components/UserFeedbackSection.tsx | 2 +- src/routes/admin/github-stats.tsx | 6 +++--- src/routes/admin/npm-stats.tsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 44b4578f..fadd26f2 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -108,7 +108,7 @@ export function Navbar({ children }: { children: React.ReactNode }) { ) : null} {canAdmin ? (
- +
- +
Builder
diff --git a/src/components/UserFeedbackSection.tsx b/src/components/UserFeedbackSection.tsx index c4415acb..9928b3e7 100644 --- a/src/components/UserFeedbackSection.tsx +++ b/src/components/UserFeedbackSection.tsx @@ -82,7 +82,7 @@ export function UserFeedbackSection({ userId }: UserFeedbackSectionProps) { className="text-sm text-blue-600 dark:text-blue-400 hover:text-blue-700 dark:hover:text-blue-300 flex items-center gap-1" > 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()}