diff --git a/web/app/(legal)/layout.tsx b/web/app/(legal)/layout.tsx index fa8a1862..e8e828ad 100644 --- a/web/app/(legal)/layout.tsx +++ b/web/app/(legal)/layout.tsx @@ -8,7 +8,7 @@ export default function LegalLayout({ return (
-
+
{children}
diff --git a/web/app/community/page.tsx b/web/app/community/page.tsx index f0add642..15311689 100644 --- a/web/app/community/page.tsx +++ b/web/app/community/page.tsx @@ -44,7 +44,7 @@ export default function CommunityPage() { return (
-
+

Community

diff --git a/web/app/components/nav-links.tsx b/web/app/components/nav-links.tsx index b19bcad9..116ceed3 100644 --- a/web/app/components/nav-links.tsx +++ b/web/app/components/nav-links.tsx @@ -1,5 +1,4 @@ import Link from "next/link"; -import { DownloadButton } from "./download-button"; export function NavLinks() { return ( @@ -36,7 +35,6 @@ export function NavLinks() { > GitHub - ); } diff --git a/web/app/components/site-header.tsx b/web/app/components/site-header.tsx index e650dc33..05a5aa8b 100644 --- a/web/app/components/site-header.tsx +++ b/web/app/components/site-header.tsx @@ -22,8 +22,9 @@ export function SiteHeader({ return ( <>
-
-
+
+ {/* Left: logo + section */} +
{!hideLogo && ( <> @@ -48,15 +49,17 @@ export function SiteHeader({ )}
-
- {/* Desktop nav */} - + {/* Center: nav links */} + + {/* Right: Download + theme + mobile */} +
+
+ +
- - {/* Mobile hamburger */} +
{/* Mobile menu button */}