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 9368ccb commit 126a93e
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 @@ -275,7 +275,7 @@ const Calculator = () => {
<H2 className="text-white">Make your donation</H2>
<P28 className="text-white">
Enter the amount you’d like to donate and we’ll
calculate how much to donate to where:
create donation links:
</P28>
<DonationAmountBox usd={usd} setUSD={setUSD} />
<DistributionComponent distribution={DISTRIBUTION} usd={usd} />
Expand Down

0 comments on commit 126a93e

Please sign in to comment.