diff options
| -rw-r--r-- | packages/console/app/src/component/workspace/billing-section.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/console/app/src/component/workspace/billing-section.tsx b/packages/console/app/src/component/workspace/billing-section.tsx index fa7126c76..7d297ed33 100644 --- a/packages/console/app/src/component/workspace/billing-section.tsx +++ b/packages/console/app/src/component/workspace/billing-section.tsx @@ -178,7 +178,9 @@ export function BillingSection() { <Show when={!(balanceAmount() === "0.00" || balanceAmount() === "-0.00")} fallback={ - <p>We'll load <b>$20</b> (+$1.23 processing fee) and reload it when it reaches <b>$5</b>.</p> + <p> + We'll load <b>$20</b> (+$1.23 processing fee) and reload it when it reaches <b>$5</b>. + </p> } > <p> |
