From c41deb05349b97aa495a904ab086f78f763768d6 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Thu, 10 Oct 2024 12:11:27 +0530 Subject: [PATCH] updaate --- src/Routes/Nav.js | 68 +++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 34 deletions(-) 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, + }, {