diff --git a/frontend/src/app/mobile-voting/page.tsx b/frontend/src/app/mobile-voting/page.tsx index 3b2310c..28f7345 100644 --- a/frontend/src/app/mobile-voting/page.tsx +++ b/frontend/src/app/mobile-voting/page.tsx @@ -15,42 +15,38 @@ export default function MobileVoting() { const [yesHighlight, setYesHighlight] = useState(false); return ( -
-
- -
+
+
+
-
); }