diff --git a/src/components/Home/Jumbo.astro b/src/components/Home/Jumbo.astro index e7e53b6..8a0ac2c 100644 --- a/src/components/Home/Jumbo.astro +++ b/src/components/Home/Jumbo.astro @@ -24,7 +24,7 @@ const t = useTranslations(lang);

{t("info.locationName")}

- + {t("hero.photoAvailable")}
diff --git a/src/components/Home/SpeakerPreview.astro b/src/components/Home/SpeakerPreview.astro index 1d06a36..6ef46f5 100644 --- a/src/components/Home/SpeakerPreview.astro +++ b/src/components/Home/SpeakerPreview.astro @@ -16,7 +16,7 @@ const getPath = useTranslatedPath(lang);
-