diff --git a/src/module/_global/layout/layout_navbar_new.tsx b/src/module/_global/layout/layout_navbar_new.tsx
index 9a87534..d5f31e5 100644
--- a/src/module/_global/layout/layout_navbar_new.tsx
+++ b/src/module/_global/layout/layout_navbar_new.tsx
@@ -20,7 +20,7 @@ export const LayoutNavbarNew = ({ back, title, menu }: { back: string, title: st
- {_.startCase(title)}
+ {_.startCase(title)}
diff --git a/src/module/division_new/components/ui/navbar_detail_division.tsx b/src/module/division_new/components/ui/navbar_detail_division.tsx
index 02b5f1c..41dcb28 100644
--- a/src/module/division_new/components/ui/navbar_detail_division.tsx
+++ b/src/module/division_new/components/ui/navbar_detail_division.tsx
@@ -8,8 +8,8 @@ import DrawerDetailDivision from "./drawer_detail_division";
export default function NavbarDetailDivision() {
const [openDrawer, setOpenDrawer] = useState(false)
return (
-
-
+ (setOpenDrawer(true))} bg={WARNA.bgIcon} size="lg" radius="lg" aria-label="Settings">
@@ -17,7 +17,7 @@ export default function NavbarDetailDivision() {
setOpenDrawer(false)}>
-
+ >
);