From 41a42b051e1c8f9f5bcc6ec749b6d60c8b4ff7fd Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 19 Aug 2023 10:41:51 +0100 Subject: Improves block spacing --- src/pages/[locale]/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 6a3af60..82cafd4 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -21,7 +21,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);

{mostRecentNewsItem && } -
+
{t(tPage, { key: 'aw-news' })} ▷ @@ -31,7 +31,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);

-