replaced ti-cloud

This commit is contained in:
dakkar 2024-06-21 17:20:18 +01:00
parent e84844b4ae
commit 8f60c6d7e1
11 changed files with 13 additions and 12 deletions

View file

@ -34,7 +34,7 @@ export const navbarItemDef = reactive({
},
drive: {
title: i18n.ts.drive,
icon: 'ph-cloud ph-bold ph-lg',
icon: 'ti ti-cloud',
show: computed(() => $i != null),
to: '/my/drive',
},