From 5d6bf131f43d420c2f7ccdadf286425b48286a5d Mon Sep 17 00:00:00 2001 From: SabreCat Date: Mon, 19 Jun 2023 19:04:07 -0500 Subject: [PATCH] fix(sunset): update layouts and links --- website/client/src/components/404.vue | 16 +++++++++++----- .../client/src/components/static/contact.vue | 4 ++-- .../client/src/components/static/overview.vue | 17 +++++++++++------ website/common/locales/en/overview.json | 2 +- 4 files changed, 25 insertions(+), 14 deletions(-) diff --git a/website/client/src/components/404.vue b/website/client/src/components/404.vue index 734f8aafac..cb8fa43830 100644 --- a/website/client/src/components/404.vue +++ b/website/client/src/components/404.vue @@ -3,7 +3,7 @@
@@ -17,7 +17,7 @@

Sometimes even the bravest adventurer gets lost.

-

+

Looks like this link is broken or the page may have moved, sorry!

@@ -56,14 +56,20 @@ export default { diff --git a/website/client/src/components/static/contact.vue b/website/client/src/components/static/contact.vue index ea46a6bf8f..1884880de2 100644 --- a/website/client/src/components/static/contact.vue +++ b/website/client/src/components/static/contact.vue @@ -35,8 +35,8 @@ :  Habitica Help guild + @click.prevent="openBugReportModal(true)" + > {{ $t('askQuestion') }}
{{ $t('businessInquiries') }} :  diff --git a/website/client/src/components/static/overview.vue b/website/client/src/components/static/overview.vue index ad5caad607..bbaef5ef87 100644 --- a/website/client/src/components/static/overview.vue +++ b/website/client/src/components/static/overview.vue @@ -12,12 +12,15 @@


-

+

+ + + {{ $t('askQuestion') }} + +

@@ -35,11 +38,13 @@