Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjiang9142 committed Jun 4, 2024
1 parent 40c4348 commit 50359c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/votingOptions/DropDownInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const dropdownData = [
{
title: 'In-Person Early Voting',
content: {
paragraph1: "During the early voting period, you don't have to vote at your assigned polling location, but any location that is convenient for you.",
paragraph1: "During the early voting period, you do not have to vote at your assigned polling location, but any location that is convenient for you.",
button1Text: 'Early Voting Locations',
button1Link: '/dropBoxLocations',
paragraphRed: 'You have until 12 p.m. the Monday before the election to vote in person.'
Expand Down Expand Up @@ -132,7 +132,7 @@ const DropDownInfo = () => {
<Typography sx={{ fontSize: '18px', marginTop: '32px' }}>Identification needs to show your name and the address where you are registered to vote. Examples of acceptable identification are:</Typography>
<br />
<ul className={"list-disc list-outside"} style={{ fontSize: '18px', marginLeft: '18px' }}>
<li>A driver's license</li>
<li>A driver&apos;s license</li>
<li>A state ID card</li>
<li>A recent utility bill</li>
<li>A rent receipt or lease</li>
Expand Down

0 comments on commit 50359c5

Please sign in to comment.