fix(brand-kit): replace broken /Sei-Brand-Assets.zip link#5
Merged
Conversation
…and kit page Point the brand kit download at the hosted https://brand.sei.io/sei-brand-assets.zip and ship the new logo, clearspace, and co-branding assets that the refreshed page references. Unblocks the link-check workflow.
PR SummaryLow Risk Overview Adds new brand SVG assets under Reviewed by Cursor Bugbot for commit bc791a1. Bugbot is set up for automated code reviews on this repo. Configure here. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
…image-zoom wrapper Mintlify wraps every img in `.prose` content with react-medium-image-zoom spans. The inner [data-rmiz-content] span is display:block with no defined width, so an img sized with `max-width: 70%` inside a flex container ended up resolving to ~0 — the panels rendered as empty boxes in dark mode and the logos appeared to "disappear". Restructure each panel: - panel: position:relative + aspect-ratio (defines the box) - inner absolute-positioned flex wrapper with inset:0 (defines a concrete containing block the rmiz spans can size against) - img: `width:100%; max-width:<px>` or `height:100%; max-height:<px>` so the size resolves against the wrapper, not the rmiz span Also wrap each major section in `not-prose` to skip prose typography treatment of the inline-styled type and color samples.
Add explicit image styles (filter: none, pointerEvents: none) to prevent inherited filters and disable pointer interactions on brand SVG/PNG previews. Standardize card backgrounds to white, adjust clearspace image max width and add a bottom border for visual consistency, and increase cobranding vertical image max width. Also update lockup label colors for improved contrast.
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.
Summary
/Sei-Brand-Assets.ziplink in learn/general-brand-kit.mdx with the hostedhttps://brand.sei.io/sei-brand-assets.zip(verified 200 OK; capitalized variant returns 404).assets/brand/SVGs and PNGs the page references.mainwithfound 1 broken links in 1 files.Test plan
mint broken-links) passes on this branch↓ SVGdownload links resolve🤖 Generated with Claude Code