feat: update sidebar layout to use 'sidebar-first' variant and enhance mobile menu header with CloseButton
This commit is contained in:
@@ -5,7 +5,8 @@ import { MENU_ITEMS } from './data/menu.data';
|
||||
|
||||
export default function ModuleLayout({ children }: { children: React.ReactNode }) {
|
||||
const configAppShell: CoreAppShellConfig = {
|
||||
variant: 'header-first',
|
||||
// variant: 'header-first',
|
||||
variant: 'sidebar-first',
|
||||
features: {
|
||||
desktopCollapseVariant: 'mini',
|
||||
withUtilityBar: false,
|
||||
|
||||
Reference in New Issue
Block a user