site: clear out new icons which were not new

This commit is contained in:
afc163 2018-08-27 22:32:54 +08:00
parent 249e3d213a
commit b99f205cf8

View File

@ -31,9 +31,7 @@ export default class IconSet extends React.Component {
};
// Show badges
newIcons = [
'zhihu', 'file-markdown', 'slack', 'slack-square', 'behance', 'behance-square', 'dribbble', 'dribbble-square', 'instagram', 'yuque',
];
newIcons = [];
render() {
const { justCopied } = this.state;