Skip to content

Commit

Permalink
external button for official website on voting options
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkus01 committed Jun 6, 2024
1 parent a0bdc83 commit 9adf89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/votingOptions/DropDownInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const DropDownInfo = () => {
{/* Additional info button */}
<div className="w-full max-w-full mt-10 text-center">
<Typography sx={{ fontSize: '18px' }}>Want to learn more about early voting in Boston?</Typography>
<ButtonFill name="Official Website" link="https://www.boston.gov/departments/elections/early-voting-boston" variant='outlined' className='p-4 m-4 rounded-full bg-white text-blue-700 border-blue-800 hover:bg-gray-200' />
<ButtonFillEx name="Official Website" link="https://www.boston.gov/departments/elections/early-voting-boston" variant='outlined' className='p-4 m-4 rounded-full bg-white text-blue-700 border-blue-800 hover:bg-gray-200' />
</div>

{/* Contact info of Boston Elections Department */}
Expand Down

0 comments on commit 9adf89e

Please sign in to comment.