mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 04:04:27 +02:00
Update get-icon.js
add codepen
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user