mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01: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