Skip to content

Commit

Permalink
style: sat symbol move
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed Apr 24, 2021
1 parent 128bcaa commit 4bdc469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const getValue = ({
) : (
<>
{breakAmount}
<SatoshiSymbol />
<SatoshiSymbol transform={'translate(0,2)'} />
</>
);
}
Expand Down

0 comments on commit 4bdc469

Please sign in to comment.