From be0e8779d50f599a2598f43029787c1e97d6b4f2 Mon Sep 17 00:00:00 2001 From: Kalista Payne Date: Tue, 21 Jan 2025 12:13:50 -0600 Subject: [PATCH] fix(links): correct Guilds FAQ redirect and Contact Us --- website/client/src/components/404.vue | 10 ++-------- website/client/src/components/appFooter.vue | 4 ++-- website/client/src/components/static/contact.vue | 9 --------- website/client/src/components/static/header.vue | 9 +++------ website/client/src/router/index.js | 2 +- 5 files changed, 8 insertions(+), 26 deletions(-) diff --git a/website/client/src/components/404.vue b/website/client/src/components/404.vue index cb8fa43830..e5f713b0ae 100644 --- a/website/client/src/components/404.vue +++ b/website/client/src/components/404.vue @@ -25,9 +25,9 @@ Homepage or - + Contact Us - about the issue. + about the issue.

@@ -40,12 +40,6 @@ import { mapState } from '@/libs/store'; export default { computed: { ...mapState(['isUserLoggedIn']), - contactUsLink () { - if (this.isUserLoggedIn) { - return { name: 'guild', params: { groupId: 'a29da26b-37de-4a71-b0c6-48e72a900dac' } }; - } - return { name: 'contact' }; - }, retiredChatPage () { return this.$route.fullPath.indexOf('/groups') !== -1; }, diff --git a/website/client/src/components/appFooter.vue b/website/client/src/components/appFooter.vue index 1a08d291a6..d6f2370c4b 100644 --- a/website/client/src/components/appFooter.vue +++ b/website/client/src/components/appFooter.vue @@ -37,9 +37,9 @@

{{ $t('footerCompany') }}