Skip to content

Commit fd02fa2

Browse files
authored
Merge pull request #1444 from steam-bell-92/main
Replaces Dummy images of projects on courses page
2 parents d8ef717 + f19d072 commit fd02fa2

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

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)