From 34306d3c46a0f99ed5755777b1d3877899ba840e Mon Sep 17 00:00:00 2001 From: Leander Furumo Date: Thu, 3 Jul 2025 00:00:26 +0200 Subject: [PATCH] center hero header text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Petter Sæterøy --- src/components/Hero.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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