Skip to content

Commit bc5e23d

Browse files
authored
Merge pull request #537 from Adez017/dahsboard-leaderboard
Removed the public repo stat card
2 parents dfce4a5 + 5ae3a67 commit bc5e23d

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)