remove two links
This commit is contained in:
parent
f8f884b390
commit
23fa8bdb06
12
src/_nav.js
12
src/_nav.js
@ -28,24 +28,12 @@ const _nav = [
|
||||
to: "/dashboard",
|
||||
icon: <CIcon icon={cilSpeedometer} customClassName="nav-icon" />,
|
||||
},
|
||||
{
|
||||
component: CNavItem,
|
||||
name: "Campaigns",
|
||||
icon: <CIcon icon={cilUser} customClassName="nav-icon" />,
|
||||
to: "/campaigns",
|
||||
},
|
||||
{
|
||||
component: CNavItem,
|
||||
name: "Users",
|
||||
icon: <CIcon icon={cilTennisBall} customClassName="nav-icon" />,
|
||||
to: "/users",
|
||||
},
|
||||
{
|
||||
component: CNavItem,
|
||||
name: "Recipients",
|
||||
icon: <CIcon icon={cilUser} customClassName="nav-icon" />,
|
||||
to: "/recipents",
|
||||
},
|
||||
{
|
||||
component: CNavItem,
|
||||
name: "Products",
|
||||
|
Loading…
Reference in New Issue
Block a user