From caf5c95f3648b278e872c06419693c4b71cfae22 Mon Sep 17 00:00:00 2001 From: eelkus01 <130937420+eelkus01@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:35:26 -0400 Subject: [PATCH] final style fixes --- client/src/pages/ballotInfo/[candidate].tsx | 8 ++++---- client/src/pages/ballotInfo/index.tsx | 2 +- .../pages/ballotInfo/whatsOnTheBallot/ballotInitative.tsx | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/src/pages/ballotInfo/[candidate].tsx b/client/src/pages/ballotInfo/[candidate].tsx index f050f1b3..962af7c3 100644 --- a/client/src/pages/ballotInfo/[candidate].tsx +++ b/client/src/pages/ballotInfo/[candidate].tsx @@ -165,10 +165,10 @@ export default function Candidate() { {/* Actual candidate data */}
Questions curated by the founder, journalist Yawu Miller
+Questions curated by the founder, journalist Yawu Miller
{Object.entries(questionsAndAnswers).map(([index, qa]) => ( qa.question && qa.answer ? (Please fill out the address form above and select an election to see your ballot information
+Please fill out the address form above and select an election to see your ballot information.
)}