Skip to content

Commit

Permalink
dollar in circle
Browse files Browse the repository at this point in the history
  • Loading branch information
svrgnty committed Aug 31, 2024
1 parent 990154f commit 7ef6b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/satconverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const SatConverter = () => {
disabled={!btcFiatRate}
/>
<div className="input-icon usd">
<FontAwesomeIcon icon={solid('dollar-sign')} />
<FontAwesomeIcon icon={solid('dollar-sign')} mask={solid('circle')} transform="shrink-8" />
{fiatCurrency}
</div>
</div>
Expand Down

0 comments on commit 7ef6b70

Please sign in to comment.