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') }}
-
-
+
{{ $t('contactUs') }}
-
+
-
diff --git a/website/client/src/components/static/contact.vue b/website/client/src/components/static/contact.vue
index 1884880de2..6fc56d698d 100644
--- a/website/client/src/components/static/contact.vue
+++ b/website/client/src/components/static/contact.vue
@@ -31,13 +31,6 @@
:
admin@habitica.com
- {{ $t('generalQuestionsSite') }}
- :
- {{ $t('askQuestion') }}
-
{{ $t('businessInquiries') }}
:
admin@habitica.com
@@ -54,10 +47,8 @@