From 0f678fefc18866ce9502fd1adc7cfa93de42a459 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Wed, 6 Nov 2024 11:49:34 +0530 Subject: [PATCH] update --- src/Layout/DefaultLayout.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Layout/DefaultLayout.jsx b/src/Layout/DefaultLayout.jsx index 8ba1653..59cebb2 100644 --- a/src/Layout/DefaultLayout.jsx +++ b/src/Layout/DefaultLayout.jsx @@ -6,6 +6,8 @@ import logoMiniDark from "../assets/favicon.png"; import { useDispatch } from "react-redux"; import { loginUser } from "../Redux/Slice/auth"; import Button02 from "../Components/Buttons/Button02"; +import { CgProfile } from "react-icons/cg"; + import { TbArrowBadgeLeftFilled, TbListDetails, @@ -175,6 +177,12 @@ const DashboardLayout = ({ isOnline }) => { Investment Type ); + case path.startsWith("/profile"): + return ( + + Profile + + ); case path.startsWith("/exchange-rate"): return (