From 9bb13523a51324b8cae7bff649a05e7f319f683a Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 2 Jan 2024 18:38:28 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20affiche=20peut=20ne=20pas=20=C3=AAtre=20?= =?UTF-8?q?fournie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Evenement.astro | 2 +- src/pages/evenements/[slug].astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Evenement.astro b/src/components/Evenement.astro index 5c63233..c666f10 100644 --- a/src/components/Evenement.astro +++ b/src/components/Evenement.astro @@ -5,7 +5,7 @@ const { evenement } = Astro.props; ---
- `Affiche + `Affiche
diff --git a/src/pages/evenements/[slug].astro b/src/pages/evenements/[slug].astro index 88f67f7..84cdb33 100644 --- a/src/pages/evenements/[slug].astro +++ b/src/pages/evenements/[slug].astro @@ -24,7 +24,7 @@ const { nom, description, date, lieu, affiche } = Astro.props;

{nom}

- `Affiche + `Affiche
à {lieu}