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

Commit

Permalink
feat: medium blog logo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jun 29, 2024
1 parent 8cb7c1a commit c45b87d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"hashnode": {
"value": "hashnode",
"display": "Hashnode"
},
"medium": {
"value": "medium",
"display": "Medium"
}
},
"reach": {
Expand Down
4 changes: 4 additions & 0 deletions src/config/socialIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {
faDev,
faGithub,
faHashnode,
faMedium,
faTwitch,
faTwitter,
faYoutube,
Expand Down Expand Up @@ -29,6 +30,9 @@ export default function socialIcon(name) {
case "github":
icon = faGithub;
break;
case "medium":
icon = faMedium;
break;
}
return icon;
}

0 comments on commit c45b87d

Please sign in to comment.