diff --git a/src/components/Hero.astro b/src/components/Hero.astro index e018644..edd1794 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -7,6 +7,6 @@ const t = translations[lang].hero; ---
-

{t.title}

+

{t.title}

{t.alt}
\ No newline at end of file