fix: JSX structure in credit.tsx
Some checks failed
build-and-release / build (push) Failing after 1m11s
Some checks failed
build-and-release / build (push) Failing after 1m11s
- Fix nested tag structure: AI Credits tab was incorrectly nested inside Platform Ledger section - Close Platform Ledger section before starting AI Credits tab - Move AI Credits tab to be a sibling of Platform Ledger tab, not a child - Wrap AI Credits content in proper section element for consistent styling Fixes build errors in admin-solid
This commit is contained in:
parent
578fb2c5a1
commit
43d181bf5a
1 changed files with 4 additions and 4 deletions
|
|
@ -923,10 +923,10 @@ export default function CreditPage() {
|
|||
</div>
|
||||
</Show>
|
||||
</div>
|
||||
</Show>
|
||||
</section>
|
||||
</Show>
|
||||
</div>
|
||||
</Show>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue