Skip to content

Commit

Permalink
changed some wording per Ziba's request
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkus01 committed Jun 7, 2024
1 parent de16c11 commit 285e970
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/pages/upcomingElections/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ export default function UpcomingElections() {
<div className='flex flex-col justify-center items-center p-4'>
<ButtonFill name='Your Voter Info' link='/voterInfo' className='p-4 m-4 rounded-full bg-blue-700 text-white' />
<ButtonFillEx name='How do I register' link='https://www.boston.gov/departments/elections/how-register-vote' variant='outlined' className='p-4 m-4 rounded-full bg-white text-blue-700 border-blue-800 hover:bg-gray-200' />
<p className='text-red-500'>Deadline to register: <strong>Aug 24, 2024</strong></p>
</div>

<h1 className="text-center font-semibold text-3xl m-10">Boston&#39;s Municipal Election Dates</h1>
<h1 className="text-center font-semibold text-3xl m-10">Boston&#39;s Upcoming Election Dates</h1>

<div className="flex items-center justify-center flex-wrap">
<ElectionDates />
Expand Down

0 comments on commit 285e970

Please sign in to comment.