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 (