diff --git a/src/components/Partials/MobileSideBar.jsx b/src/components/Partials/MobileSideBar.jsx index b35704c..d0d393b 100644 --- a/src/components/Partials/MobileSideBar.jsx +++ b/src/components/Partials/MobileSideBar.jsx @@ -108,6 +108,35 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler }) { + {/* menu and settings item */} + {userDetails?.account_type !== "FAMILY" && ( + +
+ {/* menus item */} +
+
+
+

+ Family +

+
+
    + +
+
+
+
+ )} + {userDetails?.account_type !== "FAMILY" && ( <> {!userDetails?.post_jobs ? ( diff --git a/src/components/Partials/Sidebar.jsx b/src/components/Partials/Sidebar.jsx index a1b605b..d2cb1fd 100644 --- a/src/components/Partials/Sidebar.jsx +++ b/src/components/Partials/Sidebar.jsx @@ -4,7 +4,7 @@ import { NavLink } from "react-router-dom"; import { default as logo, default as logo3, -} from "../../assets/images/wrenchboard.png"; //logo-2.svg"; +} from "../../assets/images/wrenchboard.png"; import DarkModeContext from "../Contexts/DarkModeContext"; import Icons from "../Helpers/Icons";