diff --git a/frontend/src/pages/admin/BrandingPage.tsx b/frontend/src/pages/admin/BrandingPage.tsx index 6aaefee8..43c00710 100644 --- a/frontend/src/pages/admin/BrandingPage.tsx +++ b/frontend/src/pages/admin/BrandingPage.tsx @@ -847,6 +847,14 @@ export const BrandingPage: React.FC = () => { )} + {/* Customer dashboard branding (#354). Sits between "Company + Information" and "Gallery Theme" so it stays adjacent to the + other brand-visibility controls. Self-hides when the + customerPortal feature flag is off. */} +
+ +
+ {/* Theme Customization */}

@@ -907,11 +915,6 @@ export const BrandingPage: React.FC = () => {

- - {/* Customer dashboard branding (#354) — only render when the - customerPortal feature flag is on, since these toggles only - affect /customer/* surfaces. */} - );