Skip to content

fix(og-image): match sim.ai OG image colors to live landing tokens#5592

Merged
waleedlatif1 merged 1 commit into
stagingfrom
fix/og-image-color-match
Jul 11, 2026
Merged

fix(og-image): match sim.ai OG image colors to live landing tokens#5592
waleedlatif1 merged 1 commit into
stagingfrom
fix/og-image-color-match

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

Summary

  • The sim.ai OG/Twitter card image (apps/sim/public/logo/426-240/reverse/small.png) had a wordmark ink and background color that didn't match the live landing page: #1a1a1a on #f8f8f8 in the static asset vs. var(--text-body) (#3b3b3b) on var(--bg) (#fefefe) as actually rendered.
  • Recolored the same wordmark artwork in place to match exactly — recovered the alpha mask from the existing two-color image and recomposited it onto the corrected colors, so the glyph geometry and anti-aliasing are unchanged, only the colors.
  • Verified pixel-exact: background samples at (254,254,254), ink samples at (59,59,59), matching the CSS tokens precisely.

Type of Change

  • Bug fix

Testing

Verified new pixel values directly against --text-body/--bg light-mode token values via PIL; visually inspected the regenerated image.

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

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.
@vercel

vercel Bot commented Jul 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Jul 11, 2026 5:28pm

Request Review

@cursor

cursor Bot commented Jul 11, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Static marketing asset recolor only; no runtime, auth, or data-path changes.

Overview
The Open Graph / Twitter preview image at apps/sim/public/logo/426-240/reverse/small.png (referenced from landing metadata and shared SEO helpers) no longer uses off-brand ink/background (#1a1a1a / #f8f8f8). Only the PNG pixels were updated to align with light-mode landing tokens: background #fefefe (--bg) and wordmark #3b3b3b (--text-body), with the existing alpha mask preserved so geometry and anti-aliasing stay the same.

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.

@waleedlatif1

Copy link
Copy Markdown
Collaborator Author

@greptile

@waleedlatif1

Copy link
Copy Markdown
Collaborator Author

@cursor review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ 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-apps

greptile-apps Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR updates the static OG card artwork for the sim.ai landing page.

  • Recolors apps/sim/public/logo/426-240/reverse/small.png.
  • Keeps the existing image path used by OG and Twitter metadata.
  • Leaves application code and metadata declarations unchanged.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed asset.
  • The public image path and metadata consumers stay the same.
  • No code, routing, auth, or runtime behavior changed.

Important Files Changed

Filename Overview
apps/sim/public/logo/426-240/reverse/small.png The static OG/Twitter PNG was recolored in place with the same public asset path.

Reviews (1): Last reviewed commit: "fix(og-image): match sim.ai OG image col..." | Re-trigger Greptile

@waleedlatif1 waleedlatif1 merged commit d14c304 into staging Jul 11, 2026
18 checks passed
@waleedlatif1 waleedlatif1 deleted the fix/og-image-color-match branch July 11, 2026 18:04
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