From eb7da996a7c2d617d276f296cac07a6fd5648664 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 27 Oct 2024 12:03:14 +0000 Subject: ui: Redesign the settings page and move it to its own layout --- .../dashboard/sidebar/ModileSidebarItem.tsx | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx (limited to 'apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx') diff --git a/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx b/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx deleted file mode 100644 index 4d3436ea..00000000 --- a/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx +++ /dev/null @@ -1,27 +0,0 @@ -"use client"; - -import Link from "next/link"; -import { usePathname } from "next/navigation"; -import { cn } from "@/lib/utils"; - -export default function MobileSidebarItem({ - logo, - path, -}: { - logo: React.ReactNode; - path: string; -}) { - const currentPath = usePathname(); - return ( -
  • - - {logo} - -
  • - ); -} -- cgit v1.2.3-70-g09d2