+
32 ? title.slice(0, 32) + "…" : title },
diff --git a/web/app/h/[hypothesisId]/page.tsx b/web/app/h/[hypothesisId]/page.tsx
index d5d4dc6..3faeab3 100644
--- a/web/app/h/[hypothesisId]/page.tsx
+++ b/web/app/h/[hypothesisId]/page.tsx
@@ -17,6 +17,7 @@ import { readFile } from "node:fs/promises";
import path from "node:path";
import { pgQuery } from "@/lib/retrieval/db";
import { BureauNav } from "@/components/bureau-nav";
+import { SiteHeader } from "@/components/site-header";
import { getLocale } from "@/components/locale-toggle";
import { RedTeamRequestButton } from "@/components/red-team-request-button";
@@ -198,6 +199,7 @@ export default async function HypothesisPage({
return (
+
+
)}
-
- {/* Desktop right cluster — toggle + auth. Hidden on mobile; the
- hamburger drawer carries the same controls there. */}
-
-
-
-
- {/* Mobile menu — hamburger that opens the full primary nav drawer. */}
-
-
-
);