From 0ea18c5eafa8ef992edb6e820971b1f76d144979 Mon Sep 17 00:00:00 2001 From: Erik Silva Date: Wed, 21 Jan 2026 15:35:06 -0300 Subject: [PATCH] fix: move DynamicFavicon to Sidebar to ensure it is present on all dashboard routes and subroutes --- src/app/dashboard/DashboardClient.tsx | 2 -- src/components/Sidebar.tsx | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/dashboard/DashboardClient.tsx b/src/app/dashboard/DashboardClient.tsx index c64e8e8..512f8af 100644 --- a/src/app/dashboard/DashboardClient.tsx +++ b/src/app/dashboard/DashboardClient.tsx @@ -14,7 +14,6 @@ import { } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Sidebar } from "@/components/Sidebar"; -import { DynamicFavicon } from "@/components/DynamicFavicon"; import { DynamicTitle } from "@/components/DynamicTitle"; type Organization = { @@ -58,7 +57,6 @@ export default function DashboardClient({ return (
- diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index d6b01a0..5eaa524 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -169,6 +169,7 @@ export function Sidebar({ return ( <> + {/* Mobile Header */}