From 5ae3a67ac5df4f0430fe7e107104b2b8f7306713 Mon Sep 17 00:00:00 2001 From: aditya singh rathore Date: Fri, 19 Sep 2025 16:56:53 +0530 Subject: [PATCH] Removed the public repo stat card --- src/pages/dashboard/index.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/pages/dashboard/index.tsx b/src/pages/dashboard/index.tsx index ab2e2a9e..9f90df32 100644 --- a/src/pages/dashboard/index.tsx +++ b/src/pages/dashboard/index.tsx @@ -507,15 +507,6 @@ const DashboardContent: React.FC = () => { } description="Amazing community members" /> - } - title="Repositories" - value={dashboardStats.totalRepositories} - valueText={ - useCommunityStatsContext().githubReposCountText || "10" - } - description="Open source projects" - /> } title="Forks"