upd: icons on instance-block page

This commit is contained in:
Mar0xy 2023-10-16 23:49:30 +02:00
parent 68886b9ab5
commit 5710735a15
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -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({