diff --git a/src/Components/HeaderMain.jsx b/src/Components/HeaderMain.jsx
index 8878cfc..f7337b5 100644
--- a/src/Components/HeaderMain.jsx
+++ b/src/Components/HeaderMain.jsx
@@ -17,6 +17,7 @@ import { Link } from "react-router-dom";
import { IoMdDownload } from "react-icons/io";
import * as XLSX from "xlsx";
import { useGetNewsLetterEmailQuery } from "../Services/api.service";
+import profile from "../assets/proavatar.webp"
const HeaderMain = ({ link, btnTitle, title, icon, logOutHandler, slideDirecttion }) => {
@@ -65,7 +66,7 @@ const HeaderMain = ({ link, btnTitle, title, icon, logOutHandler, slideDirecttio
{
{slideFromRight ? null : (
)
diff --git a/src/Pages/UnderConstruction.jsx b/src/Pages/UnderConstruction.jsx
index d859231..1feb120 100644
--- a/src/Pages/UnderConstruction.jsx
+++ b/src/Pages/UnderConstruction.jsx
@@ -2,7 +2,7 @@ import { Box, Image, Text } from '@chakra-ui/react'
import React from 'react'
import noInternet from "../assets/Error.svg"
-const UnderConstruction = () => {
+const UnderConstruction = ({title}) => {
return (
{
>
- Comming soon...
+ {title} Comming soon...
)
diff --git a/src/Routes/Nav.js b/src/Routes/Nav.js
index 712f12e..3ad95d2 100644
--- a/src/Routes/Nav.js
+++ b/src/Routes/Nav.js
@@ -21,7 +21,7 @@ import { LuContact } from "react-icons/lu";
export const nav = [
{
- title: "MAIN MENU",
+ title: "MASTER MENU",
type: "title",
},
{
@@ -68,12 +68,12 @@ export const nav = [
submenu: [
{
title: "Investor Details",
- path: "/View Investor Transactions",
+ path: "/Investor Details",
icon:TbListDetails
},
{
title: "Investor Transactions",
- path: "/View IO",
+ path: "/Investor Transactions",
icon:TbTransactionDollar
},
],
@@ -180,16 +180,6 @@ export const nav = [
// path: "/logout",
// Icon: HiOutlineNewspaper,
// },
- // {
- // title: "SPONSER",
- // type: "title",
- // },
- // {
- // title: "Single Link",
- // type: "single",
- // path: "/",
- // Icon: HiOutlineNewspaper,
- // },
];
diff --git a/src/Routes/Routes.js b/src/Routes/Routes.js
index f6eaffa..390c704 100644
--- a/src/Routes/Routes.js
+++ b/src/Routes/Routes.js
@@ -3,6 +3,7 @@ import Investment from "../Pages/Investment/Investment";
import ExchangeRate from "../Pages/Master/ExchangeRate/ExchangeRate";
import AddSponser from "../Pages/Master/Sponser/AddSponser";
import Sponser from "../Pages/Master/Sponser/Sponsers";
+import UnderConstruction from "../Pages/UnderConstruction";
export const RouteLink = [
// =============[ Tanami ]================
@@ -12,5 +13,5 @@ export const RouteLink = [
- { path: "/exchange-rate", Component: ExchangeRate },
+ { path: "/exchange-rate", Component: UnderConstruction },
];
diff --git a/src/assets/proavatar.webp b/src/assets/proavatar.webp
new file mode 100644
index 0000000..0e9ecbf
Binary files /dev/null and b/src/assets/proavatar.webp differ