Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
saml33 committed Aug 16, 2024
1 parent 4b8dea9 commit 38563cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/home/YieldCalculator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ const YieldCalculator = () => {
financialMetrics?.APY && !isNaN(financialMetrics.APY)
? financialMetrics.APY.toFixed(2)
: 0
}
%`}
}%`}
</span>
</div>
<div className="flex items-center justify-center">
Expand Down

0 comments on commit 38563cd

Please sign in to comment.