diff --git a/src/Pages/Investor_Management/InvestorDetails/ProfileView.jsx b/src/Pages/Investor_Management/InvestorDetails/ProfileView.jsx index 510ed0d..0aef3b6 100644 --- a/src/Pages/Investor_Management/InvestorDetails/ProfileView.jsx +++ b/src/Pages/Investor_Management/InvestorDetails/ProfileView.jsx @@ -1,4 +1,14 @@ -import { Box, Tab, TabList, TabPanel, TabPanels, Tabs } from "@chakra-ui/react"; +import { + Badge, + Box, + Icon, + Tab, + TabList, + TabPanel, + TabPanels, + Tabs, + Text, +} from "@chakra-ui/react"; import { useNavigate, useParams } from "react-router-dom"; import { useContext, useEffect, useState } from "react"; import { useForm } from "react-hook-form"; // assuming react-hook-form is used @@ -7,6 +17,7 @@ import { ArrowBackIcon } from "@chakra-ui/icons"; import GlobalStateContext from "../../../Contexts/GlobalStateContext"; import FormInputView from "../../../Components/FormInputView"; import ViewInvestorDetails from "./ViewInvestorDetails"; +import { LuWallet } from "react-icons/lu"; const ProfileView = () => { const navigate = useNavigate(); @@ -119,15 +130,70 @@ const ProfileView = () => { return ( - navigate(-1)} - style={{ fontSize: "15px", cursor: "pointer" }} + - Back - + + View Investor Details + + + + + + + Amount + + 26,763.40 + USD + + + + + + Investor Currency + + 10,075.01 + BHD + + + + + + + + + + + + + + + - + + navigate(-1)} + cursor={"pointer"} + me={3} + />