feat(nav): site-aware layout and navigation refinements

- Extract shared SubdomainNavList used by both subdomain bars
- Add branded Typewriter header to MainLeftBarContent
- Update BACK_TO_FRENO label to 'back to freno.me'
This commit is contained in:
2026-07-23 11:14:58 -04:00
parent 650b216dbc
commit d42cfc106b
2 changed files with 22 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ export interface NavItem {
/** Apex/host link used as a "back to freno.me" affordance on subdomains. */
export const BACK_TO_FRENO: NavItem = {
label: "freno.me",
label: "back to freno.me",
href: "https://freno.me",
icon: "back",
external: true