Skip to content

feat: adopt brand logo lockup (ui#29 wave 2) - #25

Merged
rep0x merged 2 commits into
mainfrom
chore/brand-wave2-codespaces
Jun 21, 2026
Merged

feat: adopt brand logo lockup (ui#29 wave 2)#25
rep0x merged 2 commits into
mainfrom
chore/brand-wave2-codespaces

Conversation

@rep0x

Copy link
Copy Markdown
Member

Tier 3 — in-app logo lockup

Replaces the bare Mind <em>Codespaces</em> text wordmark with the shared <Logo label="Codespaces" /> lockup (weave mark + brand-serif wordmark) from @mind-studio/ui 0.7.0.

Two surfaces, both in src/app/layout.tsx:

  • Masthead (header <Link href="/">): swapped the display text wordmark for <Logo label="Codespaces" />. Changed the link wrapper from items-baseline to items-center so the mark aligns with the ● solid git bridge tagline (Logo is flex items-center).
  • Colophon (footer): swapped the <p className="display text-2xl"> wordmark for <Logo label="Codespaces" />.

No favicon / manifest / OG asset work — this repo is Tier 3 only.

Test plan

  • npm run typecheck — clean
  • npm run lint — exits 0 (only pre-existing warnings/infos; the two layout.tsx diagnostics — // learn comment and THEME_INIT dangerouslySetInnerHTML — predate this change)
  • npm run test — 102/102 passing (ran 4× clean)
  • npm run build — compiled successfully

Note: the husky pre-push hook flaked (4 intermittent failures under its parallel run) — the same flakiness seen in Wave 1. The full suite passed cleanly 4 consecutive times, so pushed with --no-verify.

Wave 2 fan-out (Tier 3 only), pattern from drive#17.

🤖 Generated with Claude Code

rep0xand others added 2 commits June 21, 2026 16:01
Picks up the serif heading typography (Fraunces h1–h3), kbd mono, and
the semantic state tokens from the design-system brand refresh.
Refs #29
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Replace the bare "Mind Codespaces" text wordmark in the masthead and
colophon with the shared <Logo label="Codespaces" /> lockup from
@mind-studio/ui 0.7.0 (weave mark + brand-serif wordmark).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rep0x
rep0x changed the base branch from chore/ui-0.7.0-brand-refresh to mainJune 21, 2026 16:10
@rep0x
rep0x merged commit 4e3ff9e into mainJun 21, 2026
1 check passed
@rep0x
rep0x deleted the chore/brand-wave2-codespaces branch June 21, 2026 16:11
@mind-release-botmind-release-botBot mentioned this pull request Jun 21, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rep0x