/* * Sticky Header — static markup rendered at build time. Headroom-style * hide/show and the live GitHub star count are attached by the tiny inline * script in `app/pages/index.astro`, so this marketing page ships no React * runtime to the browser. */ const REPO = 'https://github.com/nexu-io/open-design'; const REPO_RELEASES = `${REPO}/releases`; const REPO_SKILLS = `${REPO}/tree/main/skills`; const REPO_DESIGN_SYSTEMS = `${REPO}/tree/main/design-systems`; const ext = { target: '_blank', rel: 'noreferrer noopener', } as const; export function Header() { return (
Ø Open Design Studio Nº 01Berlin / Open / Earth
Download Star · 0
); }