feat: update sidebar layout to use 'sidebar-first' variant and enhance mobile menu header with CloseButton

This commit is contained in:
Firman Ramdhani
2026-07-03 14:56:53 +07:00
parent eed10fb4d2
commit e7b542e96c
2 changed files with 13 additions and 7 deletions
@@ -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,