mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 07:52:03 +00:00
chore: format code
This commit is contained in:
parent
f8ca524bf7
commit
11154ba697
1 changed files with 3 additions and 1 deletions
|
|
@ -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:contact@anoma.ly">Contact us</a> if you have any questions.</p>
|
||||
<p>
|
||||
Manage payments methods. <a href="mailto:contact@anoma.ly">Contact us</a> if you have any questions.
|
||||
</p>
|
||||
</div>
|
||||
<div data-slot="section-content">
|
||||
<Show when={balanceInfo()?.reloadError}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue