[LOGO] tezos - #1348
Open
mahnunchik wants to merge 1 commit into
Open
Conversation
mahnunchik
force-pushed
the
logo-tezos
branch
7 times, most recently
from
November 26, 2025 05:51
7d7860a to
6819ec8
Compare
mahnunchik
force-pushed
the
logo-tezos
branch
7 times, most recently
from
December 3, 2025 05:52
b3b754b to
1409231
Compare
mahnunchik
force-pushed
the
logo-tezos
branch
8 times, most recently
from
December 11, 2025 05:52
4829cfb to
81d4517
Compare
mahnunchik
force-pushed
the
logo-tezos
branch
7 times, most recently
from
December 18, 2025 05:53
39b699c to
251c0fb
Compare
mahnunchik
force-pushed
the
logo-tezos
branch
from
December 19, 2025 05:53
251c0fb to
ffad99d
Compare
mahnunchik
force-pushed
the
logo-tezos
branch
8 times, most recently
from
January 8, 2026 05:53
800a1d3 to
2dbfa47
Compare
mahnunchik
force-pushed
the
logo-tezos
branch
7 times, most recently
from
January 15, 2026 05:56
e7cfbaa to
b798d6f
Compare
mahnunchik
force-pushed
the
logo-tezos
branch
7 times, most recently
from
January 22, 2026 05:55
66cfb41 to
b06b982
Compare
mahnunchik
force-pushed
the
logo-tezos
branch
6 times, most recently
from
January 28, 2026 05:55
afcc02f to
320f17e
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 10c958b. Configure here.
| @@ -1,11 +1,3 @@ | |||
| <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"> | |||
| <g clip-path="url(#logo_tezos_svg__a)"> | |||
| <circle cx="10" cy="10" r="10" fill="#2c7df7"/> | |||
There was a problem hiding this comment.
Stale PNG logos left behind
Medium Severity
logo/tezos.svg and logo-dark/tezos.svg now show the new lettermark, but the existing logo/tezos.png and logo-dark/tezos.png companions were not updated and still ship the old circular badge. Consumers that load the PNG path get mismatched branding.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 10c958b. Configure here.
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.


Note
Overview
Replaces the Tezos icon in
logo/tezos.svgandlogo-dark/tezos.svgwith a new asset: a single blue (#2c7df7) path wordmark instead of the previous 20×20 circular badge with a white glyph.The viewBox changes from
0 0 20 20to0 0 1169.87 1593, and clip-path / circle markup is removed. Crypto metadata still points attezos.svg, so wallets andlist.mdpreviews will show the updated shape at the same paths.Reviewed by Cursor Bugbot for commit db0f35c. Bugbot is set up for automated code reviews on this repo. Configure here.