Skip to content

Commit

Permalink
30-seconds wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed May 15, 2024
1 parent 9c09366 commit cf02106
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion server/vb/components/check_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ def check_page(school: School, current_contest: Contest | None) -> h.Element:
countdown(current_contest)
if current_contest and not current_contest.is_no_prize
else h.div(".separate")[
h.p["Check your voter registration below."]
h.p[
"Check your voter registration.",
h.br,
h.br,
"It only takes 30 seconds.",
]
],
]
],
Expand Down

0 comments on commit cf02106

Please sign in to comment.