diff --git a/src/components/LayoutHeader.tsx b/src/components/LayoutHeader.tsx index 5c391cba..f667cd02 100644 --- a/src/components/LayoutHeader.tsx +++ b/src/components/LayoutHeader.tsx @@ -7,6 +7,7 @@ import Link from "next/link"; import ProfileIcon from "@app/components/ProfileIcon"; import ThemeSwitcher from "@app/components/ThemeSwitcher"; import { useTheme } from "next-themes"; +import BrandingLogo from "./$BrandingLogo"; import { useEnvContext } from "@app/hooks/useEnvContext"; import { Badge } from "./ui/badge"; @@ -41,11 +42,12 @@ export function LayoutHeader({ showTopBar }: LayoutHeaderProps) { }, [theme]); return ( -
-
+
+
+
-
+
{path && (