From 9f7072baf512e150312d632c23596460a8bbe763 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Mon, 19 May 2025 21:26:02 +1200 Subject: [PATCH] fix(hero): remove trailing period from hero description --- 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 8099b60..68b87f8 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -55,7 +55,7 @@ const { - {hero.description[0]}. + {hero.description[0]} {hero.description[1]}