diff --git a/src/components/molecules/IntroAnalytics.vue b/src/components/molecules/IntroAnalytics.vue index 83685020..b5eaf49d 100644 --- a/src/components/molecules/IntroAnalytics.vue +++ b/src/components/molecules/IntroAnalytics.vue @@ -50,7 +50,7 @@ export default { this.$router.push('/analytics/documentation').catch(() => {}) }, goToDisc() { - window.open('https://discord.gg/XHhnXBjgRh') + window.open('https://discord.gg/MFWNpwTq9q') }, callFunc(func) { this[func]() diff --git a/src/components/molecules/IntroAnswer.vue b/src/components/molecules/IntroAnswer.vue index fee17b52..82708810 100644 --- a/src/components/molecules/IntroAnswer.vue +++ b/src/components/molecules/IntroAnswer.vue @@ -52,7 +52,7 @@ export default { this.$router.push('/answers/documentation').catch(() => {}) }, goToDisc() { - window.open('https://discord.gg/XHhnXBjgRh') + window.open('https://discord.gg/MFWNpwTq9q') }, callFunc(func) { this[func]() diff --git a/src/components/molecules/IntroCoops.vue b/src/components/molecules/IntroCoops.vue index f0a7b1f2..e65e4d9f 100644 --- a/src/components/molecules/IntroCoops.vue +++ b/src/components/molecules/IntroCoops.vue @@ -47,7 +47,7 @@ export default { this.$router.push('/cooperators/documentation').catch(() => {}) }, goToDisc() { - window.open('https://discord.gg/XHhnXBjgRh') + window.open('https://discord.gg/MFWNpwTq9q') }, closeIntro() { this.$emit('closeIntro') diff --git a/src/components/molecules/IntroEdit.vue b/src/components/molecules/IntroEdit.vue index a79ca0ea..9a7b7f70 100644 --- a/src/components/molecules/IntroEdit.vue +++ b/src/components/molecules/IntroEdit.vue @@ -48,7 +48,7 @@ export default { this.$router.push('/edit/documentation').catch(() => {}) }, goToDisc() { - window.open('https://discord.gg/XHhnXBjgRh') + window.open('https://discord.gg/MFWNpwTq9q') }, closeIntro() { this.$emit('closeIntro') diff --git a/src/locales/en.json b/src/locales/en.json index a2061e6f..e77f954c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -203,7 +203,7 @@ "learnMore": "Learn More", "docTitle": "Read documentation", "docSubtitle": "Click to access the documentation on how to use the page ", - "discTitle": "Join the comunity!", + "discTitle": "Join the community!", "discSubtitle": "You will find support on our discord server." }, "finalReport": {