Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit c45b87d

Browse files
committed
feat: medium blog logo
1 parent 8cb7c1a commit c45b87d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/config/app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"hashnode": {
2525
"value": "hashnode",
2626
"display": "Hashnode"
27+
},
28+
"medium": {
29+
"value": "medium",
30+
"display": "Medium"
2731
}
2832
},
2933
"reach": {

src/config/socialIcon.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {
22
faDev,
33
faGithub,
44
faHashnode,
5+
faMedium,
56
faTwitch,
67
faTwitter,
78
faYoutube,
@@ -29,6 +30,9 @@ export default function socialIcon(name) {
2930
case "github":
3031
icon = faGithub;
3132
break;
33+
case "medium":
34+
icon = faMedium;
35+
break;
3236
}
3337
return icon;
3438
}

0 commit comments

Comments
 (0)