Skip to content

fix(marketing): use the official OpenCode and Antigravity logos - #13365

Merged
maria-rcks merged 1 commit into
pingdotgg:mainfrom
flamboh:fix/marketing-harness-logos
Sep 24, 2026
Merged

maria-rcks merged 1 commit into
pingdotgg:mainfrom
flamboh:fix/marketing-harness-logos

Conversation

@flamboh

@flamboh flamboh commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

Note

🤖 Claude Opus 5.5 on behalf of Oliver

ELI5

Two of the agent logos on the website were off-brand copies. This swaps in the real logos so they sit in their tiles like the other four.

Problem

  • OpenCode: the SVG had a dark square baked in behind the logo, and it squashed the 4:5 mark into a 512×512 box.
  • Antigravity: the icon was a 128px PNG of the whole app tile, background included. The hero needed a special-case override to stretch it edge to edge, and the "Bring your own sub" grid showed a tile inside a tile.

Fix

  • OpenCode: opencode-logo-dark.svg from OpenCode's brand kit, with a transparent background and its real proportions. The official file has no built-in padding, so it looked about 1.6× bigger than its neighbors. I added a little padding to the viewBox so it sits at a similar size.
  • Antigravity: a transparent vector of the gradient mark (from lobe-icons, MIT) replaces the PNG.
  • CSS cleanup: removes the .hf-antigravity override and the PNG-only corner radius on .harness-mark img.

The web and mobile apps still embed the old Antigravity PNG. That's left for a separate PR.

UI Changes

Hero tile and "Bring your own sub" grid, before and after:

OpenCode logo before and after, in the hero tile and the harness grid

Antigravity logo before and after, in the hero tile and the harness grid

Full hero at 1440×900

Before

Marketing hero before the change

After

Marketing hero after the change

Made with Claude Opus 5.5 in Claude Code.

Summary by CodeRabbit

  • Style
    • Updated the Antigravity icon in the hero and harness grid.
    • Removed the Antigravity icon’s dark tile styling and edge-to-edge sizing; harness images no longer have rounded corners.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:S 10-29 changed lines (additions + deletions). labels Sep 24, 2026
@macroscopeapp

macroscopeapp Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved at 03a4976

Macroscope's review found this PR approvable — This is a small, self-contained marketing-page update that replaces static logos and adjusts their presentation without changing application logic, APIs, defaults, or workflows. The runtime impact is limited to visual rendering of the landing page.

You can add or adjust custom eligibility rules. Learn more.

@coderabbitai

coderabbitai Bot commented Sep 24, 2026

Copy link
Copy Markdown

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: pingdotgg/t3code/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: d390e719-f5e8-4443-b120-10c7061f9220

📥 Commits

Reviewing files that changed from the base of the PR and between e67abcf and 03a4976.

⛔ Files ignored due to path filters (3)
  • apps/marketing/public/harnesses/antigravity.png is excluded by !**/*.png
  • apps/marketing/public/harnesses/antigravity.svg is excluded by !**/*.svg
  • apps/marketing/public/harnesses/opencode-dark.svg is excluded by !**/*.svg
📒 Files selected for processing (1)
  • apps/marketing/src/pages/index.astro

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The marketing page now uses the Antigravity SVG in the hero and harness grid. The page also removes Antigravity-specific hero styling and the harness images’ 5px border radius.

Changes

Marketing mark presentation

Layer / File(s) Summary
Antigravity asset and styling
apps/marketing/src/pages/index.astro
The hero and harness grid use the SVG asset instead of the PNG. Antigravity-specific hero styling and the harness image border radius are removed.

Priority: ⬇️ Low

Estimated code review effort: 2 (Simple) | ~5 minutes

Change: Bug fix

Suggested reviewers: t3dotgg

Merge Risk: ⚪ Minimal · up to 03a49

The logo updates preserve the page’s existing display constraints, with no material site behavior or release risk evident. The change is ready to merge after ordinary checks.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: replacing the marketing site’s OpenCode and Antigravity logos with official versions.
Description check ✅ Passed The description explains what changed, why the changes were needed, and includes before-and-after UI images. The required Checklist section is missing, but the description is otherwise complete and fo…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create a new PR

Comment @coderabbitai help to get the list of available commands.

@maria-rcks
maria-rcks merged commit 53456bc into pingdotgg:main Sep 24, 2026
22 checks passed
github-actions Bot added a commit to omarcresp/t3code-flake that referenced this pull request Sep 25, 2026
## What's Changed
* lint/unknown and static by @juliusmarminge in pingdotgg/t3code#13366
* fix(web): web colors come from theme tokens by @juliusmarminge in pingdotgg/t3code#13371
* fix(web): appearance classes use theme tokens and scale values by @juliusmarminge in pingdotgg/t3code#13397
* fix(server): keep Codex's reset answer when the re-probe fails by @juliusmarminge in pingdotgg/t3code#13363
* fix(mobile): branch search finds remote and space-typed branches by @Bil0000 in pingdotgg/t3code#13454
* chore(ci): use GPT 6 Sol Max for check agents by @juliusmarminge in pingdotgg/t3code#13473
* feat(server): show and redeem Claude banked resets by @Bil0000 in pingdotgg/t3code#13118
* fix(observability): a malformed OTEL_RESOURCE_ATTRIBUTES no longer stops startup by @yordis in pingdotgg/t3code#13469
* fix(antigravity): let Stop end commands that outlived their turn by @juliusmarminge in pingdotgg/t3code#13388
* fix(web,mobile): drop the baked-in tile from the Antigravity icon by @flamboh in pingdotgg/t3code#13373
* fix(marketing): use the official OpenCode and Antigravity logos by @flamboh in pingdotgg/t3code#13365
* fix(acp): keep one answer when a running tool reports progress by @juliusmarminge in pingdotgg/t3code#13386
* feat(web): run shell commands from chat in the thread terminal by @Bil0000 in pingdotgg/t3code#13060
* fix(antigravity): keep Windows runtime unpacking under MAX_PATH by @juliusmarminge in pingdotgg/t3code#13389
* fix(codex): the protocol generator runs again on Effect rc.115 by @juliusmarminge in pingdotgg/t3code#13480
* feat(codex): require Codex 0.156 and regenerate its protocol by @juliusmarminge in pingdotgg/t3code#13481
* feat(threads): add per-thread auto-settle switch by @t3dotgg in pingdotgg/t3code#11846
* fix(web): working and monitoring threads fade in the sidebar again by @t3dotgg in pingdotgg/t3code#13506
* fix(server): streamed section titles wait for the text under them by @t3dotgg in pingdotgg/t3code#13504
* fix(web): normalize disabled control opacity by @t3-code[bot] in pingdotgg/t3code#11441


**Full Changelog**: pingdotgg/t3code@v0.0.43-nightly.20260924.2213...v0.0.43-nightly.20260924.2223

Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.43-nightly.20260924.2223
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S 10-29 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants