Skip to content

Commit 81b5e74

Browse files
authored
Merge branch 'recodehive:main' into patch-1
2 parents 38b5106 + fd02fa2 commit 81b5e74

2 files changed

Lines changed: 6 additions & 9 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"

src/pages/courses/index.tsx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@ const partnerLogos = [
4545
];
4646

4747
const projects = [
48-
"https://dummyimage.com/200x120/222/fff&text=Project+1",
49-
"https://dummyimage.com/200x120/333/fff&text=Project+2",
50-
"https://dummyimage.com/200x120/444/fff&text=Project+3",
51-
"https://dummyimage.com/200x120/555/fff&text=Project+4",
52-
"https://dummyimage.com/200x120/555/fff&text=Project+5",
53-
"https://dummyimage.com/200x120/555/fff&text=Project+6",
54-
"https://dummyimage.com/200x120/555/fff&text=Project+7",
48+
"/img/blogs/awesome-project.png",
49+
"/img/blogs/machine-learning-project.png",
50+
"/img/blogs/Stackoverflow-analysis.png",
51+
"/img/blogs/Scrape-ml-project.png",
52+
"/img/blogs/opesource-project.png",
5553
];
5654

5755
const testimonials = [

0 commit comments

Comments
 (0)