Update icon.svg to new TokenJam jam-jar mark#2
Merged
Conversation
The standalone /icon.svg file still had the old (compass/sunburst) design. The inline SVG in index.html was updated to the new TJ jam-jar mark in 2fb6882, but icon.svg — used as the favicon and as the logo referenced from the openclawwatch/tokenjam README — wasn't. Now matches the inline navbar logo: TJ jar with "TJ" repeated inside, brand blue #3d8eff, viewBox 54 32 132 132 (square aspect for favicon use). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
anilmurty
added a commit
that referenced
this pull request
May 10, 2026
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.
Summary
The standalone `/icon.svg` (used as the favicon and as the logo referenced from the tokenjam README) still has the old compass/sunburst design.
The inline navbar SVG in `index.html` was updated to the new TJ jam-jar mark in 2fb6882, but the standalone `icon.svg` file wasn't touched.
This PR replaces `icon.svg` with the new mark — paths copied verbatim from the inline navbar SVG, square viewBox `54 32 132 132` so it works as a favicon and as a 72×72 README icon.
Companion
`Metabuilder-Labs/tokenjam#52` updates the README image src to point at `https://tokenjam.dev/icon.svg\`. Once both merge + deploy, the README will display the new mark and any future logo updates on the website will flow through automatically.
🤖 Generated with Claude Code