diff --git a/src/components/AgendaSpeaker.astro b/src/components/AgendaSpeaker.astro
index 9d24fc12..391a1f63 100644
--- a/src/components/AgendaSpeaker.astro
+++ b/src/components/AgendaSpeaker.astro
@@ -20,7 +20,7 @@ const origin = env.siteUrl;
>
diff --git a/src/components/Hero.astro b/src/components/Hero.astro
index d83f6c34..4453d520 100644
--- a/src/components/Hero.astro
+++ b/src/components/Hero.astro
@@ -39,7 +39,7 @@ const signUpUrl =
{t("site-dates")}
{t("sign-up")}
diff --git a/src/components/SpeakerProfile.astro b/src/components/SpeakerProfile.astro
index 0977b270..84fa1834 100644
--- a/src/components/SpeakerProfile.astro
+++ b/src/components/SpeakerProfile.astro
@@ -35,7 +35,7 @@ const { company, id, imageUrl, jobTitle, name, social, showLink } = Astro.props;
@@ -46,7 +46,7 @@ const { company, id, imageUrl, jobTitle, name, social, showLink } = Astro.props;
!showLink && (
)