props.handlerBalance()}
className="flex items-center lg:justify-between justify-center w-full h-full"
diff --git a/src/components/Partials/Header.jsx b/src/components/Partials/Header.jsx
index b1b636c..a2dc842 100644
--- a/src/components/Partials/Header.jsx
+++ b/src/components/Partials/Header.jsx
@@ -487,7 +487,7 @@ export default function Header({ logoutModalHandler, sidebarHandler }) {
- {`${firstname} ${lastname}`}
+ {firstname}
{userDetails && userDetails?.account_type !== "FAMILY" &&
@{userEmail}
}
diff --git a/src/components/Partials/MobileSideBar.jsx b/src/components/Partials/MobileSideBar.jsx
index 42b1230..e603785 100644
--- a/src/components/Partials/MobileSideBar.jsx
+++ b/src/components/Partials/MobileSideBar.jsx
@@ -78,7 +78,7 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler, myJ
{/* menus item */}
-
Menu
+ Menu
@@ -116,7 +116,7 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler, myJ
}`}
>
-
+
Family
@@ -142,7 +142,7 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler, myJ
}`}
>
-
+
Job Post
@@ -162,7 +162,7 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler, myJ
@@ -180,7 +180,7 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler, myJ
}`}
>
-
+
My Jobs
@@ -217,7 +217,7 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler, myJ
}`}
>
-
+
My Jobs
@@ -242,7 +242,7 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler, myJ