From 69cb389ecf3be156395a848aa9a2e6b952b72704 Mon Sep 17 00:00:00 2001 From: muken Date: Sat, 27 Jun 2026 20:57:46 -0500 Subject: [PATCH] admin: close Image Gallery AccordionSection properly --- src/app/admin/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index fc9bbb5..f2530f9 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -496,7 +496,7 @@ export default function AdminPage() { {error &&

{error}

} {message &&

{message}

} - <AccordionSection title="Brand Assets"> +
@@ -508,9 +508,9 @@ export default function AdminPage() {

Tip: click an uploaded gallery image to preview, copy its data URL, and paste it above.

- + - <AccordionSection title="Footer / Contact"> +
setFooter({ ...footer, facebook_url: v })} /> setFooter({ ...footer, instagram_url: v })} /> @@ -522,9 +522,9 @@ export default function AdminPage() {
- + - <AccordionSection title="Image Gallery"> +