diff --git a/src/components/proposals/ProposalWrapper.vue b/src/components/proposals/ProposalWrapper.vue index f351443..f977764 100644 --- a/src/components/proposals/ProposalWrapper.vue +++ b/src/components/proposals/ProposalWrapper.vue @@ -211,8 +211,8 @@ const tabOptions = reactive([ { title: "Description" }, { title: "Info" }, { title: "Voters" }, - { title: "Discussions", link: "https://commonwealth.im/govgen/proposal/" + props.proposalId }, - // { title: "Links", link: "https://commonwealth.im/govgen/proposal/" + props.proposalId }, + // { title: "Discussions", link: "https://commonwealth.im/atomone/proposal/" + props.proposalId }, + // { title: "Links", link: "https://commonwealth.im/atomone/proposal/" + props.proposalId }, ]); const breakdownType = ref<("validators" | "voters") | null>(null);