[LOGO] sui - #1164
Open
mahnunchik wants to merge 1 commit into
Open
Conversation
mahnunchik
force-pushed
the
logo-sui
branch
8 times, most recently
from
August 15, 2025 05:44
56caec2 to
eb60723
Compare
mahnunchik
force-pushed
the
logo-sui
branch
8 times, most recently
from
August 23, 2025 05:40
5dfe2ee to
fd7b91b
Compare
mahnunchik
force-pushed
the
logo-sui
branch
8 times, most recently
from
August 31, 2025 05:40
9b91910 to
ad873c7
Compare
mahnunchik
force-pushed
the
logo-sui
branch
6 times, most recently
from
September 6, 2025 05:41
e9eca02 to
9b73ef9
Compare
mahnunchik
force-pushed
the
logo-sui
branch
7 times, most recently
from
September 25, 2025 05:40
55c6e0e to
fa887cd
Compare
mahnunchik
force-pushed
the
logo-sui
branch
8 times, most recently
from
October 3, 2025 05:40
db4a574 to
bd96f8b
Compare
mahnunchik
force-pushed
the
logo-sui
branch
8 times, most recently
from
October 11, 2025 05:39
82b865d to
46f7ea1
Compare
mahnunchik
force-pushed
the
logo-sui
branch
5 times, most recently
from
October 16, 2025 05:40
eadbc26 to
5c4a514
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 7f27b31. Configure here.
| @@ -1,4 +1,3 @@ | |||
| <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"> | |||
| <circle cx="10" cy="10" r="10" fill="#63a1f8"/> | |||
| <path fill="#fff" fill-rule="evenodd" d="M13.001 8.793a3.75 3.75 0 0 1 .833 2.361 3.75 3.75 0 0 1-.856 2.39l-.046.057-.013-.072a3 3 0 0 0-.037-.184c-.268-1.167-1.14-2.167-2.578-2.977-.97-.546-1.526-1.203-1.672-1.95-.094-.482-.024-.967.112-1.382.135-.415.336-.763.507-.973l.56-.677a.247.247 0 0 1 .379 0zm.885-.677-3.747-4.541a.18.18 0 0 0-.278 0l-3.747 4.54-.012.016A4.9 4.9 0 0 0 5 11.229c0 2.733 2.239 4.948 5 4.948s5-2.215 5-4.947a4.9 4.9 0 0 0-1.102-3.1zm-6.875.662.335-.406.01.075q.012.089.03.179c.216 1.127.991 2.068 2.286 2.796 1.126.635 1.782 1.365 1.97 2.166.08.334.094.663.06.95l-.003.018-.016.008a3.85 3.85 0 0 1-1.683.384c-2.118 0-3.834-1.698-3.834-3.794 0-.9.316-1.726.845-2.376" clip-rule="evenodd"/> | |||
There was a problem hiding this comment.
Stale PNG logos left behind
Medium Severity
logo/sui.svg and logo-dark/sui.svg now use the new droplet mark, but logo/sui.png and logo-dark/sui.png were not updated and still show the old circular badge. That leaves mismatched assets in the published package for the same coin, so any consumer loading the PNG path gets the outdated logo.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 7f27b31. 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 Sui token icon in
logo/sui.svgandlogo-dark/sui.svgwith the full official Sui mark instead of the previous small circular badge.The new assets use a 300×383.5 viewBox and a single
#4da2ffpath (no separate white-on-blue circle). Filenames and crypto metadata ("logo": "sui.svg") are unchanged, so consumers keep the same paths while the rendered logo scales differently at fixed display sizes (e.g. 40px inlist.md).Reviewed by Cursor Bugbot for commit 696fe3f. Bugbot is set up for automated code reviews on this repo. Configure here.