replaced ti-download

This commit is contained in:
dakkar 2024-06-21 12:32:48 +01:00
parent babe2f3fcf
commit 2258d84f08
16 changed files with 32 additions and 31 deletions

View file

@ -61,6 +61,6 @@ const headerTabs = computed(() => []);
definePageMetadata(() => ({
title: i18n.ts._theme.install,
icon: 'ph-download ph-bold ph-lg',
icon: 'ti ti-download',
}));
</script>