From c3fbb061a58ec58a9783b85c2f56097acb06e7ed Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Thu, 11 Apr 2024 13:30:02 +0530 Subject: [PATCH] fix: Replace support links with help center link (#4667) --- src/components/ModalVote.vue | 9 +++++---- src/components/SetupMessageHelp.vue | 8 +++++--- src/components/SpaceCreateWarnings.vue | 3 ++- src/components/SpaceProposalResults.vue | 3 ++- src/components/SpaceProposalVote.vue | 5 +++-- src/components/SpaceProposalsNotice.vue | 5 +++-- src/components/TheFooter.vue | 4 +++- src/components/TheModalNotification.vue | 5 +++-- src/helpers/constants.ts | 2 ++ src/locales/default.json | 14 +++++++------- src/views/SpaceDelegates.vue | 6 +++--- 11 files changed, 38 insertions(+), 26 deletions(-) diff --git a/src/components/ModalVote.vue b/src/components/ModalVote.vue index 4f11d9bc0..6ac2d979c 100644 --- a/src/components/ModalVote.vue +++ b/src/components/ModalVote.vue @@ -3,6 +3,7 @@ import { shorten, getChoiceString, explorerUrl } from '@/helpers/utils'; import { getPower, voteValidation } from '@/helpers/snapshot'; import { ExtendedSpace, Proposal } from '@/helpers/interfaces'; import shutterEncryptChoice from '@/helpers/shutter'; +import { SNAPSHOT_HELP_LINK } from '@/helpers/constants'; const { web3Account } = useWeb3(); @@ -273,8 +274,8 @@ watch( tag="span" scope="global" > -