diff --git a/src/components/calendar/CalendarEvent.vue b/src/components/calendar/CalendarEvent.vue index cc9af2a..0feb07e 100644 --- a/src/components/calendar/CalendarEvent.vue +++ b/src/components/calendar/CalendarEvent.vue @@ -19,7 +19,7 @@ defineProps<{ 'text-white bg-lime-600 hover:bg-lime-700': event.category === 'naissance', 'text-white bg-stone-500 hover:bg-stone-700': event.category === 'mort', 'text-white bg-orange-600 hover:bg-orange-700': event.category === 'catastrophe', - 'text-white bg-pink-600 hover:bg-pink-700': event.category === 'catastrophe-naturelle', + 'text-white bg-pink-600 hover:bg-pink-700': event.category === 'catastrophe naturelle', 'text-white bg-sky-600 hover:bg-sky-700': event.category === 'législation', 'text-white bg-purple-600 hover:bg-purple-700': event.category === 'religion', 'text-white bg-emerald-600 hover:bg-emerald-700': event.category === 'joueurs', diff --git a/src/components/calendar/search/CalendarSearch.vue b/src/components/calendar/search/CalendarSearch.vue index 6ac478b..91623c7 100644 --- a/src/components/calendar/search/CalendarSearch.vue +++ b/src/components/calendar/search/CalendarSearch.vue @@ -1,16 +1,26 @@