Uh oh!
There was an error while loading. Please reload this page.
fix(brand-kit): replace broken /Sei-Brand-Assets.zip link - #5
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. |
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.
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