replaced ti-file*

and some simplification
This commit is contained in:
dakkar 2024-06-21 17:37:08 +01:00
parent e1bf3e2fff
commit ad56e745c8
6 changed files with 15 additions and 10 deletions

View file

@ -50,6 +50,6 @@ const headerTabs = computed(() => [{
definePageMetadata(() => ({
title: i18n.ts._fileViewer.title,
icon: 'ph-file-text ph-bold ph-lg',
icon: 'ti ti-file',
}));
</script>