Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/BU-Spark/pitne-voter-app int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
Arshnoorkc13 committed Jun 5, 2024
2 parents f2a9f53 + 739902f commit 54e49ae
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 @@ -16,7 +16,7 @@ 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.sec.state.ma.us/divisions/elections/voter-resources/registering-to-vote.htm' variant='outlined' className='p-4 m-4 rounded-full bg-white text-blue-700 border-blue-800 hover:bg-gray-200' />
<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>

Expand All @@ -34,7 +34,6 @@ export default function UpcomingElections() {
<ButtonFill name='What&#39;s on the Ballot' link='/ballotInfo' variant='outlined' className='p-4 m-4 rounded-full bg-white text-blue-700 border-blue-800 hover:bg-gray-200' />
<ButtonFill name='What are my voting options' link='/votingOptions' variant='outlined' className='p-4 m-4 rounded-full bg-white text-blue-700 border-blue-800 hover:bg-gray-200' />
</div>

</div>
)
}

0 comments on commit 54e49ae

Please sign in to comment.