Skip to content

Commit

Permalink
fix: small alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Apr 2, 2024
1 parent 978ed23 commit 6b2206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CRNRewardsCell/cmp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const CRNRewardsCell = ({ node }: { node: CRN }) => {
{isNotFullyLinked ? (
<>-</>
) : (
<div tw="inline-flex gap-2 items-center">
<div tw="inline-flex gap-2 items-center whitespace-nowrap">
~ <Price value={rewards} />
/M
</div>
Expand Down

0 comments on commit 6b2206a

Please sign in to comment.