Skip to content

Commit

Permalink
Update Calculator.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlerner authored Jan 24, 2024
1 parent d0d2290 commit 117401c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Calculator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ const Calculator = () => {
const [usd, setUSD] = useState(5000);
return (
<div className="flex flex-col space-y-6">
<H2 className="text-white">Make your donation</H2>
<H2 className="text-white">How much is this election worth to you?</H2>
<P28 className="text-white">
Enter the amount you’d like to donate and we’ll
calculate how much to donate to where:
Expand Down

0 comments on commit 117401c

Please sign in to comment.