Skip to content

Commit

Permalink
chore: add link to helpdesk when 0 voting power
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Jul 5, 2024
1 parent 5951062 commit 59435fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/ui/src/views/Proposal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,14 @@ watchEffect(() => {
/>
<span v-else class="text-skin-link" v-text="props.formattedVotingPower" />
</a>
<a
v-if="votingPowerStatus === 'success' && props.votingPower === BigInt(0)"
href="https://help.snapshot.org/en/articles/9566904-why-do-i-have-0-voting-power"
target="_blank"
class="ml-1.5"
>
<IH-exclamation-circle />
</a>
</template>
</IndicatorVotingPower>
<ProposalVote v-if="proposal" :proposal="proposal">
Expand Down

0 comments on commit 59435fb

Please sign in to comment.