mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-14 07:41:50 +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;
|
||||
|
Loading…
Reference in New Issue
Block a user