diff options
| author | GitHub Action <[email protected]> | 2025-09-15 23:19:50 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-09-15 23:19:50 +0000 |
| commit | 11154ba6974d3f8cb7a54bbd59e39a784917239d (patch) | |
| tree | 385cae446f051a93f553c8119119b7d8b1efc41d /cloud | |
| parent | f8ca524bf7888a7e5783484a09caf5d7d3c5f728 (diff) | |
| download | opencode-11154ba6974d3f8cb7a54bbd59e39a784917239d.tar.gz opencode-11154ba6974d3f8cb7a54bbd59e39a784917239d.zip | |
chore: format code
Diffstat (limited to 'cloud')
| -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}> |
