Browse Source

chore: update icon category (#38177)

* chore: add icon 'WhatsApp' to category 'logo'

* chore: add icon 'Dingtalk' to category 'logo'
pull/38182/head
Chang Wei 2 years ago
committed by GitHub
parent
commit
70232ab10b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      site/theme/template/IconDisplay/fields.ts

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

@ -200,6 +200,8 @@ const logo = [
'Yahoo',
'Reddit',
'Sketch',
'WhatsApp',
'Dingtalk',
];
const datum = [...direction, ...suggestion, ...editor, ...data, ...logo];

Loading…
Cancel
Save