upd: icons on instance-block page
This commit is contained in:
parent
68886b9ab5
commit
5710735a15
1 changed files with 2 additions and 2 deletions
|
@ -57,11 +57,11 @@ const headerActions = $computed(() => []);
|
|||
const headerTabs = $computed(() => [{
|
||||
key: 'block',
|
||||
title: i18n.ts.block,
|
||||
icon: 'ti ti-ban',
|
||||
icon: 'ph-prohibit ph-bold ph-lg',
|
||||
}, {
|
||||
key: 'silence',
|
||||
title: i18n.ts.silence,
|
||||
icon: 'ti ti-eye-off',
|
||||
icon: 'ph-eye-closed ph-bold ph-lg',
|
||||
}]);
|
||||
|
||||
definePageMetadata({
|
||||
|
|
Loading…
Reference in a new issue