From b36eea8c579ed542c88a914d0b44c52e9d92b0f5 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 12 Oct 2024 18:12:32 +0000 Subject: feature(web): Implement a new profile options drop menu and move user and admin settings there --- apps/web/components/dashboard/sidebar/ModileSidebar.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'apps/web/components/dashboard/sidebar/ModileSidebar.tsx') diff --git a/apps/web/components/dashboard/sidebar/ModileSidebar.tsx b/apps/web/components/dashboard/sidebar/ModileSidebar.tsx index 1117dd61..7ccf6b8d 100644 --- a/apps/web/components/dashboard/sidebar/ModileSidebar.tsx +++ b/apps/web/components/dashboard/sidebar/ModileSidebar.tsx @@ -1,6 +1,5 @@ -import ProfileOptions from "@/components/dashboard/header/ProfileOptions"; import HoarderLogoIcon from "@/public/icons/logo-icon.svg"; -import { ClipboardList, Search, Settings, Tag } from "lucide-react"; +import { ClipboardList, Search, Tag } from "lucide-react"; import MobileSidebarItem from "./ModileSidebarItem"; @@ -15,8 +14,6 @@ export default async function MobileSidebar() { } path="/dashboard/search" /> } path="/dashboard/lists" /> } path="/dashboard/tags" /> - } path="/dashboard/settings" /> - ); -- cgit v1.2.3-70-g09d2