diff --git a/src/pages/spectacles/[id].astro b/src/pages/spectacles/[id].astro index 49f2745..af4cf97 100644 --- a/src/pages/spectacles/[id].astro +++ b/src/pages/spectacles/[id].astro @@ -100,13 +100,13 @@ const youtubeId = spectacle.teaser ? extractYouTubeId(spectacle.teaser) : null;

{spectacle.title}

-
+
{spectacle.age}
{spectacle.duration && ( -
- +
+ {spectacle.duration}
)}