Skip to content

Commit

Permalink
Fix pay success tokens chip
Browse files Browse the repository at this point in the history
  • Loading branch information
wraeth-eth committed Nov 19, 2024
1 parent 8a00f20 commit 15cccdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const SuccessTokensItem = () => {
<span className="text-sm font-medium">
<Trans>Project tokens</Trans>
</span>
<CartItemBadge className="ml-2">Token</CartItemBadge>
<CartItemBadge className="w-fit">Token</CartItemBadge>
</div>
<span className="text-sm text-grey-500 dark:text-slate-200">
{projectPayReceipt.tokensReceived}
Expand Down

0 comments on commit 15cccdf

Please sign in to comment.