@@ -20,7 +20,7 @@ export const LayoutNavbarNew = ({ back, title, menu }: { back: string, title: st
|
|||||||
<LayoutIconBack back={back} />
|
<LayoutIconBack back={back} />
|
||||||
</Grid.Col>
|
</Grid.Col>
|
||||||
<Grid.Col span={8}>
|
<Grid.Col span={8}>
|
||||||
<Title c={WARNA.bgWhite} ta={'center'} order={3}>{_.startCase(title)}</Title>
|
<Title c={WARNA.bgWhite} ta={'center'} order={5}>{_.startCase(title)}</Title>
|
||||||
</Grid.Col>
|
</Grid.Col>
|
||||||
<Grid.Col span="auto">
|
<Grid.Col span="auto">
|
||||||
<Group justify='flex-end'>
|
<Group justify='flex-end'>
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ import DrawerDetailDivision from "./drawer_detail_division";
|
|||||||
export default function NavbarDetailDivision() {
|
export default function NavbarDetailDivision() {
|
||||||
const [openDrawer, setOpenDrawer] = useState(false)
|
const [openDrawer, setOpenDrawer] = useState(false)
|
||||||
return (
|
return (
|
||||||
<Box>
|
<>
|
||||||
<LayoutNavbarNew back="" title={"Divisi kerohanian"} menu={
|
<LayoutNavbarNew back="" title={"Divisi kemasyarakatan"} menu={
|
||||||
<ActionIcon variant="light" onClick={() => (setOpenDrawer(true))} bg={WARNA.bgIcon} size="lg" radius="lg" aria-label="Settings">
|
<ActionIcon variant="light" onClick={() => (setOpenDrawer(true))} bg={WARNA.bgIcon} size="lg" radius="lg" aria-label="Settings">
|
||||||
<HiMenu size={20} color='white' />
|
<HiMenu size={20} color='white' />
|
||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
@@ -17,7 +17,7 @@ export default function NavbarDetailDivision() {
|
|||||||
<LayoutDrawer opened={openDrawer} title={'Menu'} onClose={() => setOpenDrawer(false)}>
|
<LayoutDrawer opened={openDrawer} title={'Menu'} onClose={() => setOpenDrawer(false)}>
|
||||||
<DrawerDetailDivision />
|
<DrawerDetailDivision />
|
||||||
</LayoutDrawer>
|
</LayoutDrawer>
|
||||||
</Box>
|
</>
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user