Skip to content

Commit

Permalink
Merge pull request #3859 from tejasaditya/WV-300
Browse files Browse the repository at this point in the history
WV-300 fixed comma placement and spacing TEAM REVIEW
  • Loading branch information
DaleMcGrew authored Mar 21, 2024
2 parents bf73bf8 + 50b73aa commit 13a02ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/js/pages/More/Donate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class Donate extends Component {
target="_blank"
body={(
<span>
Our budgets are small&nbsp;
Our budgets are small,
<Launch
style={{
height: 14,
Expand All @@ -184,7 +184,7 @@ class Donate extends Component {
</span>
)}
/>
, so every
so every
{' '}
{isC4Donation ? '' : 'tax-deductible '}
donation helps us reach more voters.
Expand Down Expand Up @@ -221,6 +221,7 @@ class Donate extends Component {
<Wrapper>
<Helmet>
<title>Donate - WeVote</title>
{/* eslint-disable-next-line react/no-unknown-property */}
<script src="https://donorbox.org/widget.js" paypalExpress="true" defer />
</Helmet>
<ContentTitle>
Expand Down

0 comments on commit 13a02ba

Please sign in to comment.