fix(blog): real logos on the Bun Rust rewrite cover#7989
Merged
Conversation
The cover for "We put Bun's Rust rewrite in production on Prisma Compute" used crude geometric stand-ins for the logos: a flat circle for Bun, a stretched diamond for Rust, and an asymmetric outline triangle for Prisma. They read as deformed. Replace each with the official logo mark (from apps/site/public/icons/technologies), embedded as a nested <svg> with its own viewBox and preserveAspectRatio="xMidYMid meet" so they scale uniformly and never warp. Rust is recolored to the cover's orange and Prisma to its teal accent; Bun keeps its native colors. Embedded ids are prefixed to avoid colliding with the cover's gradient/filter ids. Regenerated meta.png (1200x630) from the corrected SVG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (1)
WalkthroughThe Hero Image Asset Fix
🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
The hand-built SVG (geometric/gear logos) still read as off-brand. Swap it for the finished cover: centered title with "Rust rewrite" in the brand teal, Bun's logo, Ferris (the Rust crab), and a Compute chip mark on glowing tiles, with the Prisma wordmark. - Add hero.png (1600x840) and regenerate meta.png (1200x630) from it. - Point heroImagePath at hero.png and drop the old hero.svg. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
The cover image for We put Bun's Rust rewrite in production on Prisma Compute used crude geometric stand-ins for the logos that read as deformed/warped:
This swaps each for the official logo mark (reused from
apps/site/public/icons/technologies/), embedded as a nested<svg>with its ownviewBoxandpreserveAspectRatio="xMidYMid meet"so they scale uniformly and never warp.meta.png(the 1200×630 social card) regenerated from the corrected SVG.Files
apps/blog/public/bun-rust-rewrite-prisma-compute/imgs/hero.svgapps/blog/public/bun-rust-rewrite-prisma-compute/imgs/meta.pngBefore / After
Scope note: the companion Image Transformations with Bun cover was reviewed too, but it's a clean text-chip pipeline diagram with no logo marks, so nothing was warped there and it's left unchanged.
🤖 Generated with Claude Code
Summary by CodeRabbit