upd: replace some icons to fit more properly

This commit is contained in:
Marie 2023-10-01 16:07:50 +02:00 committed by GitHub
parent 4b323b7fbf
commit 4a3a572324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@ const menuDef = computed(() => [{
to: '/settings/roles',
active: currentPage?.route.name === 'roles',
}, {
icon: 'ph-prohibit ph-bold pg-lg',
icon: 'ph-speaker-none ph-bold pg-lg',
text: i18n.ts.instanceMute,
to: '/settings/instance-mute',
active: currentPage?.route.name === 'instance-mute',
@ -150,12 +150,12 @@ const menuDef = computed(() => [{
to: '/settings/mute-block',
active: currentPage?.route.name === 'mute-block',
}, {
icon: 'ph-bell-slash ph-bold ph-lg',
icon: 'ph-speaker-x ph-bold ph-lg',
text: i18n.ts.wordMute,
to: '/settings/word-mute',
active: currentPage?.route.name === 'word-mute',
}, {
icon: 'ph-webhooks-logo ph-bold pg-lg',
icon: 'ph-key ph-bold pg-lg',
text: 'API',
to: '/settings/api',
active: currentPage?.route.name === 'api',