From cf02106a93de3fd2874b66311f3d1ec2ce102ae3 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 15 May 2024 09:52:15 -0700 Subject: [PATCH] 30-seconds wording. --- server/vb/components/check_page.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/server/vb/components/check_page.py b/server/vb/components/check_page.py index 6051653..a9830c9 100644 --- a/server/vb/components/check_page.py +++ b/server/vb/components/check_page.py @@ -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.", + ] ], ] ],