replaced ti-cloud
This commit is contained in:
@@ -144,7 +144,7 @@ const headerTabs = computed(() => []);
|
||||
|
||||
definePageMetadata(() => ({
|
||||
title: i18n.ts.drive,
|
||||
icon: 'ph-cloud ph-bold ph-lg',
|
||||
icon: 'ti ti-cloud',
|
||||
}));
|
||||
</script>
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ const menuDef = computed(() => [{
|
||||
to: '/settings/emoji-picker',
|
||||
active: currentPage.value?.route.name === 'emojiPicker',
|
||||
}, {
|
||||
icon: 'ph-cloud ph-bold ph-lg',
|
||||
icon: 'ti ti-cloud',
|
||||
text: i18n.ts.drive,
|
||||
to: '/settings/drive',
|
||||
active: currentPage.value?.route.name === 'drive',
|
||||
|
||||
Reference in New Issue
Block a user