1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: add support indicator for users

This commit is contained in:
Ferdinand Mütsch
2023-03-24 23:12:51 +01:00
parent 24fec41ec6
commit c82186046c
9 changed files with 145 additions and 134 deletions

View File

@@ -77,7 +77,8 @@ let icons = [
'mdi:code-json',
'mdi:bash',
'twemoji:frowning-face',
'ci:dot-03-m'
'ci:dot-03-m',
'jam:crown-f',
]
const output = path.normalize(path.join(__dirname, '../static/assets/js/icons.dist.js'))