Add sidebar menu

This commit is contained in:
sianida26 2024-02-15 00:04:17 +07:00
parent 029947f1cc
commit b86dd2a821

View File

@ -25,25 +25,23 @@ const sidebarMenus: SidebarMenu[] = [
], ],
}, },
{ {
label: "Blog", label: "Reseller Office 365",
icon: "TbNotebook", icon: "TbBuildingStore",
color: "green", color: "red",
allowedPermissions: ["*"],
children: [ children: [
{ label: "Posts", link: "#" }, {
{ label: "Categories", link: "#" }, label: "Request Link",
{ label: "Tags", link: "#" }, link: "/reseller-office-365/request",
], allowedRoles: ["*"]
}, },
{ {
label: "Products", label: "Respond Request Link",
icon: "TbShoppingBag", link: "#",
color: "cyan", allowedRoles: ["*"]
}, }
{ ]
label: "Banners", }
icon: "TbPhotoFilled",
color: "indigo",
},
]; ];
export default sidebarMenus; export default sidebarMenus;