diff --git a/src/Routes/Nav.js b/src/Routes/Nav.js index 545a239..d3e2825 100644 --- a/src/Routes/Nav.js +++ b/src/Routes/Nav.js @@ -97,43 +97,43 @@ export const nav = [ title: "INVESTORS REQUEST", type: "title", }, - // { - // title: "Fawateer Deposit", - // submenu: [ - // { - // title: "Create Request", - // path: "/fawateer-request", - // icon: RiMoneyDollarBoxLine, - // }, - // { - // title: "View History", - // path: "/fawateer-history", - // icon: RiExchangeBoxLine, - // }, - // ], - // type: "accordion", - // Icon: HiOutlineBanknotes, - // }, + { + title: "Fawateer Deposit", + submenu: [ + { + title: "Create Request", + path: "/fawateer-request", + icon: RiMoneyDollarBoxLine, + }, + { + title: "View History", + path: "/fawateer-history", + icon: RiExchangeBoxLine, + }, + ], + type: "accordion", + Icon: HiOutlineBanknotes, + }, - // { - // title: "Fawateer Deposit", - // submenu: [ - // { - // title: "Pending Request", - // path: "/fawateer-approver", - // icon: RiMoneyDollarBoxLine, - // }, - // { - // title: "View History", - // path: "/approver-history", - // icon: RiExchangeBoxLine, - // }, - // ], - // type: "accordion", - // Icon: HiOutlineBanknotes, - // }, + { + title: "Fawateer Deposit", + submenu: [ + { + title: "Pending Request", + path: "/fawateer-approver", + icon: RiMoneyDollarBoxLine, + }, + { + title: "View History", + path: "/approver-history", + icon: RiExchangeBoxLine, + }, + ], + type: "accordion", + Icon: HiOutlineBanknotes, + }, {