Skip to content

Commit

Permalink
fix: credits remaining spacing (#20904)
Browse files Browse the repository at this point in the history
* Add spacing for credits remaining

* Use space instead of css for spacing
  • Loading branch information
zlwaterfield authored Mar 13, 2024
1 parent dc0faa5 commit bc9b4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/billing/Billing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export function Billing(): JSX.Element {
$
{parseInt(billing.discount_amount_usd).toLocaleString()}
</strong>
</Tooltip>
</Tooltip>{' '}
remaining credits applied to your bill.
</p>
</div>
Expand Down

0 comments on commit bc9b4e3

Please sign in to comment.