From 8f5aebdd63ac971dd70990df379e3ca83b91a1df Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Fri, 24 Jul 2026 10:36:55 +0100 Subject: [PATCH] fix: Fixed sidebar logo --- web/components/Sidebar.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/web/components/Sidebar.tsx b/web/components/Sidebar.tsx index fb7e429..f432340 100644 --- a/web/components/Sidebar.tsx +++ b/web/components/Sidebar.tsx @@ -5,6 +5,7 @@ import { usePathname } from "next/navigation"; import { clsx } from "clsx"; import { useAuth } from "@/components/AuthProvider"; import { auth } from "@/lib/api"; +import { Logo } from "./Logo"; interface NavItem { href: string; @@ -154,13 +155,7 @@ export function Sidebar() {