Skip to content

Commit 9075ef5

Browse files
authored
Merge pull request #1057 from sohumvenkatadri7/courses-logo
Updated logos of companies in Courses page
2 parents cdbc14a + 1670763 commit 9075ef5

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

src/pages/courses/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ const techTags = [
3737
];
3838

3939
const partnerLogos = [
40-
"https://dummyimage.com/80x40/222/fff&text=Samsung",
41-
"https://dummyimage.com/80x40/333/fff&text=Oracle",
42-
"https://dummyimage.com/80x40/444/fff&text=Segment",
43-
"https://dummyimage.com/80x40/555/fff&text=Monday.com",
44-
"https://dummyimage.com/80x40/666/fff&text=Protonet",
40+
"/img/samsung.png",
41+
"/img/oracle.png",
42+
"/img/segment.png",
43+
"/img/monday.png",
44+
"/img/protonet.png",
4545
];
4646

4747
const projects = [

static/img/monday.png

2.78 KB
Loading

static/img/oracle.png

2.81 KB
Loading

static/img/protonet.png

2.88 KB
Loading

static/img/samsung.png

3.43 KB
Loading

static/img/segment.png

2.88 KB
Loading

0 commit comments

Comments
 (0)