replaced ti-device-floppy

This commit is contained in:
dakkar 2024-06-21 13:13:02 +01:00
parent ad2412d3cd
commit 0b0b2e95da
20 changed files with 23 additions and 22 deletions

View file

@ -170,7 +170,7 @@ const menuDef = computed(() => [{
}],
}, {
items: [{
icon: 'ph-floppy-disk ph-bold ph-lg',
icon: 'ti ti-device-floppy',
text: i18n.ts.preferencesBackups,
to: '/settings/preferences-backups',
active: currentPage.value?.route.name === 'preferences-backups',