Skip to content

Commit

Permalink
Update "vote for X" ballot text for NH (#4480)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahkagan authored Jan 8, 2024
1 parent 9fdd602 commit a2eac72
Show file tree
Hide file tree
Showing 196 changed files with 34,056 additions and 32,099 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions libs/hmpb/layout/src/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -853,10 +853,18 @@ function CandidateContest({
{
text:
contest.seats === 1
? 'Vote for 1'
: `Vote for not more than ${contest.seats}`,
? 'Vote for not more than 1'
: `Vote for up to ${contest.seats}`,
fontStyle: m.FontStyles.BODY,
},
...(contest.seats > 1
? [
{
text: `${contest.seats} will be elected`,
fontStyle: m.FontStyles.BODY,
},
]
: []),
...(contest.termDescription
? [
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit a2eac72

Please sign in to comment.