1
0

upd: icons

This commit is contained in:
Mar0xy
2023-10-13 19:07:41 +02:00
parent f8f128b347
commit 78b016e35c
6 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -38,15 +38,15 @@ const headerActions = computed(() => []);
const headerTabs = computed(() => [{
key: 'info',
title: i18n.ts.info,
icon: 'ti ti-info-circle',
icon: 'ph-info ph-bold ph-lg',
}, {
key: 'notes',
title: i18n.ts._fileViewer.attachedNotes,
icon: 'ti ti-pencil',
icon: 'ph-pencil ph-bold ph-lg',
}]);
definePageMetadata(computed(() => ({
title: i18n.ts._fileViewer.title,
icon: 'ti ti-file',
icon: 'ph-file-text ph-bold ph-lg',
})));
</script>