Navigations
Edit navigation menu items in src/components/Layouts/topMenuList.tsx
const index = [ { title: "Dashboard", Icon: Icons.DashboardIcon, children: [ { subTitle: "Dashboards", subCategories: [ { name: "Saas", path: "/dashboard/" }, { name: "Sales", path: "/dashboard/sales" }, { name: "Project Management", path: "/dashboard/project-management", }, { name: "Project Management V2", path: "/dashboard/project-management-v2", }, ], path: "", }, ], }, ...]