From d1e8b0017dee12e04dbad9e85f7a8b497e584d1b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 26 Mar 2024 02:26:33 +0000 Subject: ui: Migrate to the new logo everywhere --- apps/web/components/dashboard/sidebar/ModileSidebar.tsx | 14 ++++++-------- .../web/components/dashboard/sidebar/ModileSidebarItem.tsx | 2 +- apps/web/components/dashboard/sidebar/Sidebar.tsx | 8 +++----- 3 files changed, 10 insertions(+), 14 deletions(-) (limited to 'apps/web/components/dashboard/sidebar') diff --git a/apps/web/components/dashboard/sidebar/ModileSidebar.tsx b/apps/web/components/dashboard/sidebar/ModileSidebar.tsx index 7306308d..635f63bd 100644 --- a/apps/web/components/dashboard/sidebar/ModileSidebar.tsx +++ b/apps/web/components/dashboard/sidebar/ModileSidebar.tsx @@ -1,10 +1,5 @@ -import { - ClipboardList, - PackageOpen, - Search, - Settings, - Tag, -} from "lucide-react"; +import HoarderLogoIcon from "@/public/icons/logo-icon.svg"; +import { ClipboardList, Search, Settings, Tag } from "lucide-react"; import MobileSidebarItem from "./ModileSidebarItem"; import SidebarProfileOptions from "./SidebarProfileOptions"; @@ -13,7 +8,10 @@ export default async function MobileSidebar() { return (