test server
This commit is contained in:
@@ -250,12 +250,7 @@ export default function AdminLayout({
|
|||||||
mr="xl"
|
mr="xl"
|
||||||
/>
|
/>
|
||||||
<Title order={6}>Dashboard Admin</Title>
|
<Title order={6}>Dashboard Admin</Title>
|
||||||
<ActionIcon
|
<Admin_Logout/>
|
||||||
variant="transparent"
|
|
||||||
onClick={() => router.push(RouterHome.main_home)}
|
|
||||||
>
|
|
||||||
<IconLogout color="red" />
|
|
||||||
</ActionIcon>
|
|
||||||
</Group>
|
</Group>
|
||||||
</MediaQuery>
|
</MediaQuery>
|
||||||
|
|
||||||
@@ -278,7 +273,6 @@ export default function AdminLayout({
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
{/* {JSON.stringify(active)} */}
|
{/* {JSON.stringify(active)} */}
|
||||||
|
|
||||||
{children}
|
{children}
|
||||||
</AppShell>
|
</AppShell>
|
||||||
<Drawer opened={opened} onClose={() => setOpened(false)} size={"50%"}>
|
<Drawer opened={opened} onClose={() => setOpened(false)} size={"50%"}>
|
||||||
|
|||||||
Reference in New Issue
Block a user