mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 15:29:16 +01:00
Update get-icon.js
add codepen
This commit is contained in:
parent
bb292044f1
commit
3d81a8e6bd
@ -41,6 +41,9 @@ const getIcon = (name: string) => {
|
||||
case 'weibo':
|
||||
icon = ICONS.WEIBO;
|
||||
break;
|
||||
case 'codepen':
|
||||
icon = ICONS.CODEPEN;
|
||||
break;
|
||||
default:
|
||||
icon = {};
|
||||
break;
|
||||
@ -49,4 +52,4 @@ const getIcon = (name: string) => {
|
||||
return icon;
|
||||
};
|
||||
|
||||
export default getIcon;
|
||||
export default getIcon;
|
||||
|
Loading…
Reference in New Issue
Block a user