diff options
Diffstat (limited to 'cloud/app')
| -rw-r--r-- | cloud/app/src/routes/workspace/[id].tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index 47612fd4e..8a0ee14d9 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/cloud/app/src/routes/workspace/[id].tsx @@ -296,7 +296,9 @@ function BillingSection() { <section data-component="billing-section"> <div data-slot="section-title"> <h2>Billing</h2> - <p>Manage payments methods. <a href="mailto:[email protected]">Contact us</a> if you have any questions.</p> + <p> + Manage payments methods. <a href="mailto:[email protected]">Contact us</a> if you have any questions. + </p> </div> <div data-slot="section-content"> <Show when={balanceInfo()?.reloadError}> |
