fix(og-image): match sim.ai OG image colors to live landing tokens#5592
Conversation
The wordmark ink and background were slightly off from the actual site: #1a1a1a on #f8f8f8 in the static OG asset vs var(--text-body) (#3b3b3b) on var(--bg) (#fefefe) as rendered on the live landing page. Recolored the same wordmark artwork in place to match exactly - alpha reconstructed from the existing two-color image and recomposited onto the new colors, so the glyph geometry/anti-aliasing is unchanged.
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview No application code, routes, or metadata URLs change—social cards should look consistent with the live landing page when links are shared. Reviewed by Cursor Bugbot for commit 150da6b. Configure here. |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 150da6b. Configure here.
Greptile SummaryThis PR updates the static OG card artwork for the sim.ai landing page.
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "fix(og-image): match sim.ai OG image col..." | Re-trigger Greptile |
Summary
apps/sim/public/logo/426-240/reverse/small.png) had a wordmark ink and background color that didn't match the live landing page:#1a1a1aon#f8f8f8in the static asset vs.var(--text-body)(#3b3b3b) onvar(--bg)(#fefefe) as actually rendered.(254,254,254), ink samples at(59,59,59), matching the CSS tokens precisely.Type of Change
Testing
Verified new pixel values directly against
--text-body/--bglight-mode token values via PIL; visually inspected the regenerated image.Checklist