From a7e0e314eef00d3b3606b3f437952b460692b4d1 Mon Sep 17 00:00:00 2001 From: aditya singh rathore Date: Thu, 7 May 2026 10:19:05 +0530 Subject: [PATCH] removed time period --- src/components/dashboard/LeaderBoard/leaderboard.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/dashboard/LeaderBoard/leaderboard.tsx b/src/components/dashboard/LeaderBoard/leaderboard.tsx index ea6daef2..32fa0baf 100644 --- a/src/components/dashboard/LeaderBoard/leaderboard.tsx +++ b/src/components/dashboard/LeaderBoard/leaderboard.tsx @@ -13,7 +13,7 @@ import "./leaderboard.css"; const GITHUB_ORG = "recodehive"; // Users to exclude from the leaderboard -const EXCLUDED_USERS = ["sanjay-kv", "allcontributors", "allcontributors[bot]","dependabot[bot]"]; +const EXCLUDED_USERS = ["sanjay-kv", "allcontributors", "allcontributors[bot]", "dependabot[bot]"]; interface PRDetails { title: string; @@ -482,7 +482,6 @@ export default function LeaderBoard(): JSX.Element {