From 43d181bf5abf6a4f88e64183bfaf265de36bc900 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Mon, 6 Jul 2026 03:04:14 +0530 Subject: [PATCH] fix: JSX structure in credit.tsx - 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 --- src/routes/admin/credit.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/admin/credit.tsx b/src/routes/admin/credit.tsx index 2ee1599..4d6b307 100644 --- a/src/routes/admin/credit.tsx +++ b/src/routes/admin/credit.tsx @@ -923,10 +923,10 @@ export default function CreditPage() { - - - - + + + + ); }