diff --git a/src/app/dashboard/events/[id]/page.tsx b/src/app/dashboard/events/[id]/page.tsx index 925c99f..b5fbb3c 100644 --- a/src/app/dashboard/events/[id]/page.tsx +++ b/src/app/dashboard/events/[id]/page.tsx @@ -208,7 +208,7 @@ export default async function EventDetailPage({ > {EVENT_STATUS_LABELS[event.status]} - + Fiche événement @@ -284,7 +284,7 @@ export default async function EventDetailPage({
{gens.length === 0 ? ( -Personne pour l’instant.
+Personne pour l’instant.
) : (+
{error}
)} @@ -215,7 +215,7 @@ export function SlotManager({ )} {slots.length === 0 ? ( -+
Aucun créneau de bénévolat. Ajoutez-en pour recueillir les inscriptions via le lien public.
@@ -232,15 +232,18 @@ export function SlotManager({ key={slot.id} className="rounded-xl border border-slate-200 bg-white p-4" > -{slot.title}
{slot.startAt && ({formatDateTime(slot.startAt)} {slot.endAt && ( <> - → + → {formatDateTime(slot.endAt)} > )} @@ -253,7 +256,7 @@ export function SlotManager({ /> )}
+ {slot.signups.length} personne {slot.signups.length > 1 ? "s" : ""} inscrite {slot.signups.length > 1 ? "s" : ""} - -