The new logo, everywhere - #84
Merged
Merged
Conversation
The redrawn word mark from the designer, in its light and dark versions
as delivered: the old one was skewed and its lettering sat crooked. The
mark alone — chevron and bars on the black tile — is rebuilt from the
same paths for the favicon, the landing's icon, the Open Graph cards and
the README banner, cropped square around the tile's centre.
Where each one shows:
- docs header and landing header/footer: public/logo-{light,dark}.svg
- browser tab: app/icon.svg (docs) and landing-icon.svg (landing)
- social cards: LogoMark in components/logo.tsx
- README: doc/website.svg
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
KamilSztandur
requested review from
PiotrRogulski and
mateusz-pietras
as code owners
September 15, 2026 10:08
PiotrRogulski
approved these changes
Sep 15, 2026
|
Docs preview: https://advanced-forms-pxhcl6awn-leancode.vercel.app Built from db6b2ef; the landing page is at |
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.
The redrawn logo from the designer replaces the old one, which was skewed and had its lettering sitting crooked.
What changed
docs_app/public/logo-light.svg,logo-dark.svgdocs_app/app/icon.svglanding/web/landing-icon.svgLogoMarkindocs_app/components/logo.tsxdoc/website.svgThe mark-only icon is derived from the designer's paths rather than a separate asset, so it cannot drift from the word mark.
Checked
Both themes on
/and/docs/*pick up the right file (the docs go through Next's hashed static imports, so no stale cache);/icon.svgand/og/landing.pngrender the new mark; the README banner renders with it.lint,types:check,format,next buildandlanding:buildpass.🤖 Generated with Claude Code