Skip to content

Commit a7e0e31

Browse files
committed
removed time period
1 parent 2a1a750 commit a7e0e31

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/dashboard/LeaderBoard/leaderboard.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import "./leaderboard.css";
1313
const GITHUB_ORG = "recodehive";
1414

1515
// Users to exclude from the leaderboard
16-
const EXCLUDED_USERS = ["sanjay-kv", "allcontributors", "allcontributors[bot]","dependabot[bot]"];
16+
const EXCLUDED_USERS = ["sanjay-kv", "allcontributors", "allcontributors[bot]", "dependabot[bot]"];
1717

1818
interface PRDetails {
1919
title: string;
@@ -482,7 +482,6 @@ export default function LeaderBoard(): JSX.Element {
482482
</h2>
483483
<div className="time-filter-wrapper top-title-filter">
484484
<label htmlFor="time-period-filter" className="filter-label">
485-
Time Period:
486485
</label>
487486
<select
488487
id="time-period-filter"

0 commit comments

Comments
 (0)