replaced ti-music
This commit is contained in:
@@ -120,7 +120,7 @@ const menuDef = computed(() => [{
|
||||
to: '/settings/statusbar',
|
||||
active: currentPage.value?.route.name === 'statusbar',
|
||||
}, {
|
||||
icon: 'ph-music-notes ph-bold ph-lg',
|
||||
icon: 'ti ti-music',
|
||||
text: i18n.ts.sounds,
|
||||
to: '/settings/sounds',
|
||||
active: currentPage.value?.route.name === 'sounds',
|
||||
|
||||
@@ -96,6 +96,6 @@ const headerTabs = computed(() => []);
|
||||
|
||||
definePageMetadata(() => ({
|
||||
title: i18n.ts.sounds,
|
||||
icon: 'ph-music-notes ph-bold ph-lg',
|
||||
icon: 'ti ti-music',
|
||||
}));
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user