Fix version 1.2.16

This commit is contained in:
2024-12-03 14:27:05 +08:00
parent 270065f46b
commit b638865c33
8 changed files with 53 additions and 25 deletions

View File

@@ -14,6 +14,7 @@ import {
Menu,
Modal,
Popover,
SimpleGrid,
Stack,
Text,
Title,
@@ -82,11 +83,21 @@ export function Admin_ComponentButtonUserCircle({
<Divider />
<Center>
<Button radius={"xl"} onClick={() => setOpenModal(true)}>
<SimpleGrid cols={2}>
<Button
radius={"xl"}
onClick={() => router.push("/dev/home", { scroll: false })}
>
User Access
</Button>
<Button
radius={"xl"}
color="red"
onClick={() => setOpenModal(true)}
>
Keluar
</Button>
</Center>
</SimpleGrid>
</Stack>
</Popover.Dropdown>
</Popover>