diff --git a/apps/landing-page/app/_components/header.tsx b/apps/landing-page/app/_components/header.tsx index bcb3e9789..481a271ef 100644 --- a/apps/landing-page/app/_components/header.tsx +++ b/apps/landing-page/app/_components/header.tsx @@ -21,6 +21,8 @@ import { const REPO = 'https://github.com/nexu-io/open-design'; const REPO_RELEASES = `${REPO}/releases`; +const DISCORD = 'https://discord.gg/9ptkbbqRu'; +const X_TWITTER = 'https://x.com/nexudotio'; const ext = { target: '_blank', @@ -274,6 +276,37 @@ export function Header({
+ {/* + Discord + X icon buttons live before Download / Star so the + community channels are reachable from every page without + burning a nav text slot. The icons are aria-labeled and + otherwise unlabeled. At ≤1080px they collapse alongside the + ghost Download CTA and the text-only nav
+