From ca41e31c292fee2587bf83659cfad8321ea2bdc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregorio=20Palam=C3=A0?= Date: Wed, 6 Dec 2023 10:26:55 +0100 Subject: [PATCH] fix div --- src/components/SpeakersDetail.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SpeakersDetail.astro b/src/components/SpeakersDetail.astro index 81f3838d..8da9f9a2 100644 --- a/src/components/SpeakersDetail.astro +++ b/src/components/SpeakersDetail.astro @@ -38,7 +38,7 @@ if (!speaker) { {speaker.slides ? ( - <> +

{t("slides")}

    @@ -48,7 +48,7 @@ if (!speaker) { ))}
- +
) : null} ) : null