diff --git a/client/src/pages/upcomingElections/electionDates.tsx b/client/src/pages/upcomingElections/electionDates.tsx new file mode 100644 index 000000000..ab9ec24bf --- /dev/null +++ b/client/src/pages/upcomingElections/electionDates.tsx @@ -0,0 +1,9 @@ +export default function ElectionDates() { + return ( +
+

SEPT 2 @ 5PM

+

Deadline for registration of voters for Preliminary Municipal Election.

+
+ ) + +} \ No newline at end of file diff --git a/client/src/pages/upcomingElections/index.tsx b/client/src/pages/upcomingElections/index.tsx index 733340a1f..6602b1a07 100644 --- a/client/src/pages/upcomingElections/index.tsx +++ b/client/src/pages/upcomingElections/index.tsx @@ -1,43 +1,41 @@ import React from "react"; import Button from '@mui/material/Button'; +import ElectionDates from './electionDates' export default function UpcomingElections() { return ( -
-
+
+

LET’S VOTE!

The most important information about Boston's municiple elections to help you naviagte your voting journey

- - + +

Deadline to register: Aug 24, 2024

+ +

Boston’s Municipal Election Dates

+
-
-

SEPT 2 @ 5PM

-

Deadline for registration of voters for Preliminary Municipal Election.

-
- -
-

SEPT 2 @ 5PM

-

Deadline for registration of voters for Preliminary Municipal Election.

-
- -
-

SEPT 2 @ 5PM

-

Deadline for registration of voters for Preliminary Municipal Election.

-
- -
-

SEPT 2 @ 5PM

-

Deadline for registration of voters for Preliminary Municipal Election.

-
+ + + + +
+ +
+

You may be wondering.....

+ + +
+ +
) } \ No newline at end of file