upd: replace some icons to fit more properly
This commit is contained in:
parent
4b323b7fbf
commit
4a3a572324
1 changed files with 3 additions and 3 deletions
|
@ -140,7 +140,7 @@ const menuDef = computed(() => [{
|
||||||
to: '/settings/roles',
|
to: '/settings/roles',
|
||||||
active: currentPage?.route.name === '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,
|
text: i18n.ts.instanceMute,
|
||||||
to: '/settings/instance-mute',
|
to: '/settings/instance-mute',
|
||||||
active: currentPage?.route.name === 'instance-mute',
|
active: currentPage?.route.name === 'instance-mute',
|
||||||
|
@ -150,12 +150,12 @@ const menuDef = computed(() => [{
|
||||||
to: '/settings/mute-block',
|
to: '/settings/mute-block',
|
||||||
active: currentPage?.route.name === '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,
|
text: i18n.ts.wordMute,
|
||||||
to: '/settings/word-mute',
|
to: '/settings/word-mute',
|
||||||
active: currentPage?.route.name === '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',
|
text: 'API',
|
||||||
to: '/settings/api',
|
to: '/settings/api',
|
||||||
active: currentPage?.route.name === 'api',
|
active: currentPage?.route.name === 'api',
|
||||||
|
|
Loading…
Reference in a new issue