Skip to content

Commit 5ae3a67

Browse files
committed
Removed the public repo stat card
1 parent 93ed237 commit 5ae3a67

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/pages/dashboard/index.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -507,15 +507,6 @@ const DashboardContent: React.FC = () => {
507507
}
508508
description="Amazing community members"
509509
/>
510-
<StatCard
511-
icon={<BarChart3 size={24} />}
512-
title="Repositories"
513-
value={dashboardStats.totalRepositories}
514-
valueText={
515-
useCommunityStatsContext().githubReposCountText || "10"
516-
}
517-
description="Open source projects"
518-
/>
519510
<StatCard
520511
icon={<GitFork size={24} />}
521512
title="Forks"

0 commit comments

Comments
 (0)