From a60045dbc95e41ef87a435b2d440ef4f8b8cef7a Mon Sep 17 00:00:00 2001 From: Alexis Colin Date: Mon, 16 Sep 2024 17:48:13 +0900 Subject: [PATCH] style: UI improvements (#129) * style: UI improvements * chore: lint * content: use vote workind * content: deposit cta * chore: linter --- src/components/proposals/ProposalWrapper.vue | 6 +++--- src/components/ui/SimpleCard.vue | 2 +- src/components/ui/icons/Commonwealth.vue | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/proposals/ProposalWrapper.vue b/src/components/proposals/ProposalWrapper.vue index 4b3b58c..392539c 100644 --- a/src/components/proposals/ProposalWrapper.vue +++ b/src/components/proposals/ProposalWrapper.vue @@ -212,7 +212,7 @@ const tabOptions = reactive([ { 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: "Links", link: "https://commonwealth.im/govgen/proposal/" + props.proposalId }, ]); const breakdownType = ref<("validators" | "voters") | null>(null); @@ -511,7 +511,7 @@ onMounted(() => (title.value = `GovGen — #${proposal.value?.proposal[0].id} ${ } " > - {{ $t("components.WalletConnect.button") }} + {{ $t("components.ProposalVote.cta") }} @@ -537,7 +537,7 @@ onMounted(() => (title.value = `GovGen — #${proposal.value?.proposal[0].id} ${ } " > - {{ $t("components.WalletConnect.button") }} + {{ $t("components.ProposalDeposit.cta") }} diff --git a/src/components/ui/SimpleCard.vue b/src/components/ui/SimpleCard.vue index 705fa40..55d2bb4 100644 --- a/src/components/ui/SimpleCard.vue +++ b/src/components/ui/SimpleCard.vue @@ -1,5 +1,5 @@ diff --git a/src/components/ui/icons/Commonwealth.vue b/src/components/ui/icons/Commonwealth.vue index 604c3b8..89aefdb 100644 --- a/src/components/ui/icons/Commonwealth.vue +++ b/src/components/ui/icons/Commonwealth.vue @@ -9,13 +9,13 @@ > - + - + - +