diff --git a/admin-spa/src/App.tsx b/admin-spa/src/App.tsx index dbf3292..87ffce7 100644 --- a/admin-spa/src/App.tsx +++ b/admin-spa/src/App.tsx @@ -474,12 +474,15 @@ function Shell() {
- - {isDashboardRoute ? ( - - ) : ( - - )} + {/* Flex wrapper: desktop = col-reverse (SubmenuBar first, PageHeader second) */} +
+ + {isDashboardRoute ? ( + + ) : ( + + )} +