Sudah Dibuatkan Inputan Data Di Data Kesehatan Warga Fasilitas Kesehatan

This commit is contained in:
2025-04-28 10:21:59 +08:00
parent d575c9c792
commit 3f5d607e83
32 changed files with 610 additions and 150 deletions

View File

@@ -39,9 +39,6 @@ export default function Layout({ children }: { children: React.ReactNode }) {
c={colors["blue-button"]}
component={ScrollArea}
>
<AppShell.Section h={100} bg={"gray.1"}>
<Text c={colors["blue-button"]}>Heder Navbar</Text>
</AppShell.Section>
<AppShell.Section >
{navBar.map((v, k) => {
return (
@@ -73,7 +70,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
})}
</AppShell.Section>
<AppShell.Section>
<AppShell.Section py={20}>
<Group justify="end">
<ActionIcon variant="light" onClick={toggleDesktop}><IconChevronLeft /></ActionIcon>
</Group>