diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-23 19:32:17 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-23 19:32:17 +0100 |
| commit | aa39f5d2744ee2aa114955f6e4266b4a999c7bb8 (patch) | |
| tree | 7f1bcb5d0512e9da2f2eb6c06ef000ebce257c62 /src | |
| parent | c151d65c12bb2879c0b66e7e1b9ece5bea35ea7a (diff) | |
Better responsive nav layout
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/translations/pages/home.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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', }, }; |
