feat(brand): per-app wordmark via Logo label prop - #30
Merged
Conversation
Add an optional `label?: string` to `<Logo>`. It overrides only the
wordmark text — defaulting to the active theme's label ("Mind") — so each
product can sign its lockup with its own name (mark + "Drive") in the same
Fraunces serif, weight, and size. The symbol/mark still comes from the
active theme; `symbolOnly` and bespoke `logo` assets are unaffected.
Documents the capability with a Per-app wordmark section + ProductLockups
specimen on Foundations → Logo.
Refs #29
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
24 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🏷️ Per-app wordmark
Tier 0 of the fleet brand rollout (#29) — the enabling
uichange so each product's in-app lockup reads as the shared weave mark + its own name (mark + "Drive"), not "Mind".What changed
<Logo>gains an optionallabel?: string(src/components/brand.tsx). It overrides only the wordmark text, defaulting to the active theme'slabel("Mind") — fully backward compatible. The symbol/mark,symbolOnly, and bespokelogoimage assets are unaffected. The composed wordmark keeps the existingfont-serif font-semibold text-2xl leading-none tracking-tightstyling, so a product name renders in the same Fraunces serif, weight, and size.logopath's alt becomes"<label> logo").ProductLockupsspecimen on Foundations → Logo, generated from the canonical mark (no drift).Usage
Scope note
labelaffects only the in-app<Logo>lockup. Favicons / app-icons / OG / manifest stay mark-only, so the./brandgen-icons pass is unaffected.Tests
<Logo label="Drive" />renders "Drive" in the serif wordmark, drops "Mind", and still paints the theme symbol (axe-clean).<Logo />still renders "Mind".Refs #29
🤖 Generated with Claude Code