stye : add global

Deskripsi:
- layout drawer
- navbar group

No issue
This commit is contained in:
lukman
2024-07-08 17:31:32 +08:00
parent 4acac52a0c
commit 5bfd637aa8
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export default function NavbarGroup() {
</Grid.Col>
</Grid>
</LayoutNavbarHome>
<LayoutDrawer opened={openDrawerMenu.get()} title={'MENU'} onClose={() => openDrawerMenu.set(false)}>
<LayoutDrawer opened={openDrawerMenu.get()} title={'Menu'} onClose={() => openDrawerMenu.set(false)}>
<DrawerGroup />
</LayoutDrawer>
</>