Something went wrong. Try again.
Identities for entities did.bot
agent llm did
Something went wrong. Try again.
917 B · 21 lines
Astro
at main
12345678910111213141516171819202122---// Renders from site/src/config/nav.ts — see that file's own comment.// Structural navigational labels only, not brand copy, so this stays// unwrapped by the placeholder convention (CLAUDE.md's Copywriting// section).import { headerNav, navAttrs } from "../config/nav";---<header class="site-header"> <a class="mark" href="/"> <!-- The icon `scripts/build-brand.sh` generates, at 24 CSS pixels from the 48-site tile: exactly one lattice site a device pixel on a 2x screen, and `image-rendering: pixelated` (global.css) keeps it blocks rather than blur on a 1x one. Decorative, so alt is empty — the word beside it is the link's text. --> <img class="mark-icon" src="/brand/icon-48.png" width="24" height="24" alt="" /> did.bot </a> <nav aria-label="primary"> {headerNav.map((item) => <a {...navAttrs(item)}>{item.label}</a>)} </nav></header>