From aa39f5d2744ee2aa114955f6e4266b4a999c7bb8 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 23 Aug 2023 19:32:17 +0100 Subject: Better responsive nav layout --- src/i18n/translations/pages/home.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts index 48fbdee..2be1726 100644 --- a/src/i18n/translations/pages/home.ts +++ b/src/i18n/translations/pages/home.ts @@ -158,8 +158,8 @@ const tPage = { `, }, contact: { - sco: () => 'Contact us', - 'en-GB': () => 'Contact us', + sco: () => 'Contact', + 'en-GB': () => 'Contact', }, }; -- cgit v1.2.3