From ee9b38a64335d585bbae44d01169742a0319c326 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Thu, 12 Mar 2026 15:47:23 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9placer=20le=20bouton=20Dossier=20Artisti?= =?UTF-8?q?que=20sous=20l'affiche,=20centr=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/spectacles/[id].astro | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pages/spectacles/[id].astro b/src/pages/spectacles/[id].astro index 00aa3f3..49f2745 100644 --- a/src/pages/spectacles/[id].astro +++ b/src/pages/spectacles/[id].astro @@ -68,7 +68,7 @@ const youtubeId = spectacle.teaser ? extractYouTubeId(spectacle.teaser) : null;
-
+
+ {spectacle.dossierPro && spectacle.dossierPro !== '#' && ( + + + Dossier Artistique + + )}
@@ -109,17 +120,6 @@ const youtubeId = spectacle.teaser ? extractYouTubeId(spectacle.teaser) : null;

{spectacle.credits}

)} - {spectacle.dossierPro && spectacle.dossierPro !== '#' && ( - - - Dossier Pédagogique - - )}