diff --git a/apps/main/src/components/TabloEventsSection.tsx b/apps/main/src/components/TabloEventsSection.tsx index 9ac5323..1be30a9 100644 --- a/apps/main/src/components/TabloEventsSection.tsx +++ b/apps/main/src/components/TabloEventsSection.tsx @@ -65,7 +65,7 @@ export const TabloEventsSection = ({ tablo, isAdmin }: TabloEventsSectionProps) {t("tablo:events.description")} {!isReadOnly && ( - @@ -77,7 +77,7 @@ export const TabloEventsSection = ({ tablo, isAdmin }: TabloEventsSectionProps)
{isLoading ? (
-
+
Chargement des événements... @@ -111,13 +111,13 @@ export const TabloEventsSection = ({ tablo, isAdmin }: TabloEventsSectionProps)
{/* Date Badge */} -
- +
+ {new Date(event.start_date).toLocaleDateString("fr-FR", { month: "short", })} - + {new Date(event.start_date).getDate()}
@@ -172,7 +172,7 @@ export const TabloEventsSection = ({ tablo, isAdmin }: TabloEventsSectionProps) Aucun événement à venir pour ce tablo

{!isReadOnly && ( -