Browse Source

add logo alibaba

pull/11999/head
HeskeyBaozi 6 years ago
committed by 偏右
parent
commit
28b3ed19ee
  1. 2
      site/theme/template/IconDisplay/fields.ts
  2. 2
      site/theme/template/IconDisplay/index.tsx

2
site/theme/template/IconDisplay/fields.ts

@ -94,7 +94,7 @@ export const categories = {
'aliyun', 'zhihu', 'slack', 'slack-square', 'behance',
'behance-square', 'dribbble', 'dribbble-square',
'instagram', 'yuque',
'yahoo',
'alibaba', 'yahoo',
],
};

2
site/theme/template/IconDisplay/index.tsx

@ -56,7 +56,7 @@ class IconDisplay extends React.Component<IconDisplayProps, IconDisplayState> {
'strikethrough', 'shopping',
// logo
'yahoo',
'alibaba', 'yahoo',
];
static themeTypeMapper: { [key: string]: ThemeFolderType } = {

Loading…
Cancel
Save