1
0

replaced many more ti-*

This commit is contained in:
dakkar
2024-06-22 15:12:43 +01:00
parent f2c56f395e
commit fccfde8f2b
42 changed files with 113 additions and 71 deletions
@@ -104,11 +104,11 @@ const headerActions = computed(() => []);
const headerTabs = computed(() => [{
key: 'current',
title: i18n.ts.currentAnnouncements,
icon: 'ph-fire ph-bold ph-lg',
icon: 'ti ti-flare',
}, {
key: 'past',
title: i18n.ts.pastAnnouncements,
icon: 'ph-circle ph-bold ph-lg',
icon: 'ti ti-point',
}]);
definePageMetadata(() => ({