mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 09:23:09 +02:00
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(() => [{
|
const headerTabs = $computed(() => [{
|
||||||
key: 'block',
|
key: 'block',
|
||||||
title: i18n.ts.block,
|
title: i18n.ts.block,
|
||||||
icon: 'ti ti-ban',
|
icon: 'ph-prohibit ph-bold ph-lg',
|
||||||
}, {
|
}, {
|
||||||
key: 'silence',
|
key: 'silence',
|
||||||
title: i18n.ts.silence,
|
title: i18n.ts.silence,
|
||||||
icon: 'ti ti-eye-off',
|
icon: 'ph-eye-closed ph-bold ph-lg',
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
definePageMetadata({
|
definePageMetadata({
|
||||||
|
|
Loading…
Reference in a new issue