update
This commit is contained in:
parent
6ecb451596
commit
8f557bfc7e
|
|
@ -13,7 +13,7 @@ export default function MasterUserPage() {
|
||||||
<Button
|
<Button
|
||||||
size="default"
|
size="default"
|
||||||
color="primary"
|
color="primary"
|
||||||
className="bg-[#F07C00] text-white"
|
className="bg-[#1F6779] text-white"
|
||||||
>
|
>
|
||||||
Pengguna Baru
|
Pengguna Baru
|
||||||
<AddIcon />
|
<AddIcon />
|
||||||
|
|
|
||||||
|
|
@ -70,11 +70,27 @@ const sidebarSections = [
|
||||||
icon: () => <Icon icon="ion:image-outline" className="text-lg" />,
|
icon: () => <Icon icon="ion:image-outline" className="text-lg" />,
|
||||||
link: "/admin/galery",
|
link: "/admin/galery",
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// title: "Komentar",
|
title: "Services",
|
||||||
// icon: () => <Icon icon="material-symbols:comment-outline-rounded" className="text-lg" />,
|
icon: () => <Icon icon="et:tools-2" width="18" height="18" />,
|
||||||
// link: "/admin/komentar",
|
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