Test server

This commit is contained in:
2024-04-19 14:51:03 +08:00
parent a6580e9594
commit 3dcbc98ae0
7 changed files with 257 additions and 99 deletions

View File

@@ -13,8 +13,16 @@ export default function LayoutValidasi({
const router = useRouter();
return (
<Stack>
<Box p={"md"}>
<Stack >
<Box
bg={"white"}
p={"md"}
style={{
position: "sticky",
top: 0,
zIndex: 99,
}}
>
<ActionIcon variant="transparent" onClick={() => router.back()}>
<IconChevronLeft />
</ActionIcon>