diff --git a/frontend/src/components/Sidebar.js b/frontend/src/components/Sidebar.js
index 332954d1..ad0f37e4 100644
--- a/frontend/src/components/Sidebar.js
+++ b/frontend/src/components/Sidebar.js
@@ -17,10 +17,12 @@ import {
ArrowRightIcon,
LockIcon,
} from "@chakra-ui/icons";
-import { MdTimeline, MdSettings } from "react-icons/md";
+import { MdSettings, MdDashboard } from "react-icons/md";
import { HiAcademicCap } from "react-icons/hi";
import { WHITE_LOGO_W_TEXT_URL, ALL_NAV_PATHES } from "../core/constants";
import { v4 } from "uuid";
+import useDashboard from "../core/hooks/useDashboard";
+import { MODAL_TYPES } from "../core/providers/OverlayProvider/constants";
const Sidebar = () => {
const ui = useContext(UIContext);
@@ -56,24 +58,34 @@ const Sidebar = () => {
: ui.setSidebarCollapsed(!ui.sidebarCollapsed);
}}
/>
-
+
+
+
{ui.isLoggedIn && (
{ui.isMobileView && (