update
This commit is contained in:
parent
6ecb451596
commit
8f557bfc7e
|
|
@ -13,7 +13,7 @@ export default function MasterUserPage() {
|
|||
<Button
|
||||
size="default"
|
||||
color="primary"
|
||||
className="bg-[#F07C00] text-white"
|
||||
className="bg-[#1F6779] text-white"
|
||||
>
|
||||
Pengguna Baru
|
||||
<AddIcon />
|
||||
|
|
|
|||
|
|
@ -70,11 +70,27 @@ const sidebarSections = [
|
|||
icon: () => <Icon icon="ion:image-outline" className="text-lg" />,
|
||||
link: "/admin/galery",
|
||||
},
|
||||
// {
|
||||
// title: "Komentar",
|
||||
// icon: () => <Icon icon="material-symbols:comment-outline-rounded" className="text-lg" />,
|
||||
// link: "/admin/komentar",
|
||||
// },
|
||||
{
|
||||
title: "Services",
|
||||
icon: () => <Icon icon="et:tools-2" width="18" height="18" />,
|
||||
link: "/admin/services",
|
||||
},
|
||||
{
|
||||
title: "Layanan Konsumen",
|
||||
icon: () => (
|
||||
<Icon
|
||||
icon="streamline-ultimate:headphones-customer-support-question"
|
||||
width="18"
|
||||
height="18"
|
||||
/>
|
||||
),
|
||||
link: "/admin/costumer-support",
|
||||
},
|
||||
{
|
||||
title: "Manajemen User",
|
||||
icon: () => <Icon icon="mdi:contact" width="18" height="18" />,
|
||||
link: "/admin/master-user",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue