From 33ba2b1f1d5324e886af7cdc0c2bc006ddb6aa87 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:28:39 +0100 Subject: Filled-in triangles --- src/pages/[locale]/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages') diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 187c3bb..486d2e8 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -25,7 +25,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); mostRecentNewsItem && (
- {t(tPage, { key: 'aw-news' })} ▷ + {t(tPage, { key: 'aw-news' })} ▶
) @@ -37,7 +37,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);

- {t(tPage, { key: 'aw-furthsettins' })} ▷ + {t(tPage, { key: 'aw-furthsettins' })} ▶
-- cgit v1.2.3