Skip to content

Commit

Permalink
Merge branch 'main' of github.com:front-seat/vstrump
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Jan 28, 2024
2 parents cab55f7 + 92bf7e6 commit 29e19f7
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 @@ -388,7 +388,7 @@ const Calculator = () => {
<div className="flex flex-col space-y-6">
<H2 className="text-white">Make your donation</H2>
<P28 className="text-white">
Enter the amount you’d like to donate and we’ll create donation links:
Enter the amount you’d like to donate:
</P28>
<DonationAmountBox usd={usd} setUSD={setUSD} />
<DistributionComponent distribution={DISTRIBUTION} usd={usd} />
Expand Down

0 comments on commit 29e19f7

Please sign in to comment.