Skip to content

Commit

Permalink
comma position fixed in finance card price
Browse files Browse the repository at this point in the history
  • Loading branch information
amaan-ahmad committed Jan 29, 2021
1 parent eba6d1c commit 527b624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const InfoNumberCard3: FC = () => {
</div>
<div className="flex flex-col justify-start">
<p className="text-gray-700 dark:text-gray-100 text-4xl text-left font-bold my-4">
3,4500<span className="text-sm">$</span>
34,500<span className="text-sm">$</span>
</p>
<div className="flex items-center text-green-500 text-sm">
<svg
Expand Down

0 comments on commit 527b624

Please sign in to comment.