diff --git a/ui/src/components/Header.tsx b/ui/src/components/Header.tsx
index 58b70054..0831e844 100644
--- a/ui/src/components/Header.tsx
+++ b/ui/src/components/Header.tsx
@@ -28,7 +28,11 @@ import wordmark from "@/public/wordmark/wordmark-white.svg";
import { displayDesktopOnly, displayMobileOnly } from "@/styles/responsive";
import { analytics } from "@/utils/analytics";
-export default function Header() {
+export default function Header({
+ onBrandClick,
+}: {
+ onBrandClick?: () => void;
+}) {
return (