From fd8987a8d3a2e67521c25c5ae51052cee694c68e Mon Sep 17 00:00:00 2001 From: sanjay-kv Date: Fri, 31 Jul 2026 09:32:48 +1000 Subject: [PATCH] fix: remove sanjay-kv from leaderboard exclusion list Unblocks the user so they show up in the contributors table/podium like everyone else. Co-Authored-By: Claude Sonnet 5 --- src/components/dashboard/LeaderBoard/leaderboard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/dashboard/LeaderBoard/leaderboard.tsx b/src/components/dashboard/LeaderBoard/leaderboard.tsx index 88fb8f9d..3fef8072 100644 --- a/src/components/dashboard/LeaderBoard/leaderboard.tsx +++ b/src/components/dashboard/LeaderBoard/leaderboard.tsx @@ -16,7 +16,6 @@ const GITHUB_ORG = "recodehive"; // Users to exclude from the leaderboard const EXCLUDED_USERS = [ - "sanjay-kv", "allcontributors", "allcontributors[bot]", "dependabot",