Skip to content

Commit

Permalink
Add support / approval copy suggestion (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored and facuspagnuolo committed May 22, 2020
1 parent 955ece7 commit 3967b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/voting/app/src/screens/VoteDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function VoteDetail({ vote, onBack, onVote, onExecute }) {
color: ${theme.surfaceContentSecondary};
`}
>
({round(supportRequired * 100, 2)}% support needed)
(>{round(supportRequired * 100, 2)}% support needed)
</span>
</div>
<SummaryBar
Expand All @@ -239,7 +239,7 @@ function VoteDetail({ vote, onBack, onVote, onExecute }) {
color: ${theme.surfaceContentSecondary};
`}
>
({round(minAcceptQuorum * 100, 2)}% approval needed)
(>{round(minAcceptQuorum * 100, 2)}% approval needed)
</span>
</div>
<SummaryBar
Expand Down

0 comments on commit 3967b0b

Please sign in to comment.