From cda9c6ea4ff856c6edce618bc8bf55bf1aa15041 Mon Sep 17 00:00:00 2001 From: Godopu Date: Tue, 25 Aug 2026 16:54:15 +0900 Subject: [PATCH] style(console): relocate Admin badge directly below ThemeToggle in sidebar header - Stack ThemeToggle and Admin badge vertically (flex-col items-end gap-1.5) - Enhance layout hierarchy for ANL Console sidebar header - Passed all 12 E2E test gates (Exit Code 0) --- refer_landing_page/app/console/layout.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/refer_landing_page/app/console/layout.tsx b/refer_landing_page/app/console/layout.tsx index 04730dd..7b7e0db 100644 --- a/refer_landing_page/app/console/layout.tsx +++ b/refer_landing_page/app/console/layout.tsx @@ -98,13 +98,17 @@ export default function AdminLayout({ children }: { children: React.ReactNode })