feat(docs): put the TablePro wordmark in the navbar - #2356
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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 navbar showed the square app icon and nothing else, so the header never said "TablePro". These are the wordmark lockups, icon plus word, one per theme.
-2%tracking, cap height 13.8px in a 24px frame#1F1B16on the light navbar (17.1:1),#F5F1EAon the dark one (17.2:1)Mintlify renders the logo at
h-6, which is 24px, and serves it through its CDN with?fit=max.fit=maxnever upscales, so a source shorter than 72px would go soft on a 3x display. 3x at 9 KB is cheaper than the risk.logo.pngis deleted. It was the 1024×1024 app icon, andlogo.lightandlogo.darkboth pointed at it.Note the naming, which reads backwards:
logo.lightis the file drawn on the dark navbar. Mintlify's field docs say "logo.light: Path to your logo file for light mode", but the rendered markup puts it on theblock dark:hiddenimage. The files here are named for the background they sit on, which is what the markup does.Re-encoded at zlib 9 from the Figma export, keeping the colour chunks. Decompressed pixel data is byte-identical, so nothing shifted.
favicon.pngis unchanged. It stays the square icon at 256×256; a wordmark would be illegible at 32px.https://claude.ai/code/session_01TvGVLvwiH8ahw2wghtVs8s