Skip to content

fix(brand-kit): replace broken /Sei-Brand-Assets.zip link#5

Merged
alexander-sei merged 3 commits into
mainfrom
fix/brand-kit-broken-link
May 20, 2026
Merged

fix(brand-kit): replace broken /Sei-Brand-Assets.zip link#5
alexander-sei merged 3 commits into
mainfrom
fix/brand-kit-broken-link

Conversation

@alexander-sei
Copy link
Copy Markdown
Collaborator

@alexander-sei alexander-sei commented May 20, 2026

Summary

  • Replaces the broken /Sei-Brand-Assets.zip link in learn/general-brand-kit.mdx with the hosted https://brand.sei.io/sei-brand-assets.zip (verified 200 OK; capitalized variant returns 404).
  • Ships the refreshed brand kit page (logos, color ramp, typography, clearspace, co-branding) along with the new assets/brand/ SVGs and PNGs the page references.
  • Unblocks the Link checker workflow that failed on main with found 1 broken links in 1 files.

Test plan

  • Link checker (mint broken-links) passes on this branch
  • Brand kit page renders correctly in Mintlify preview (logo grid, color swatches, typography blocks)
  • All ↓ SVG download links resolve

🤖 Generated with Claude Code

…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.
@cursor
Copy link
Copy Markdown

cursor Bot commented May 20, 2026

PR Summary

Low Risk
Low risk: documentation and static asset additions only; main impact is on site rendering and download link correctness.

Overview
Updates the Brand Kit docs page to point the downloadable kit to the hosted https://brand.sei.io/sei-brand-assets.zip link and refreshes the page content into a structured guidelines layout (logo, color, typography, usage).

Adds new brand SVG assets under assets/brand/logo/ (lockups, marks, and “Powered by Sei” variants) that the updated page references for inline previews and downloads.

Reviewed by Cursor Bugbot for commit bc791a1. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented May 20, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
sei-docs 🟢 Ready View Preview May 20, 2026, 11:44 AM

…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.
@alexander-sei alexander-sei merged commit 7c4d7de into main May 20, 2026
6 checks passed
@alexander-sei alexander-sei deleted the fix/brand-kit-broken-link branch May 20, 2026 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant