[LOGO] tron - #1352
Open
mahnunchik wants to merge 1 commit into
Open
Conversation
mahnunchik
force-pushed
the
logo-tron
branch
7 times, most recently
from
November 26, 2025 05:51
1085bf4 to
d731b7e
Compare
mahnunchik
force-pushed
the
logo-tron
branch
7 times, most recently
from
December 3, 2025 05:52
25191f9 to
7b53a68
Compare
mahnunchik
force-pushed
the
logo-tron
branch
8 times, most recently
from
December 11, 2025 05:52
fc92160 to
8e6c2dc
Compare
mahnunchik
force-pushed
the
logo-tron
branch
7 times, most recently
from
December 18, 2025 05:53
7d78ffc to
d5d23eb
Compare
mahnunchik
force-pushed
the
logo-tron
branch
from
December 19, 2025 05:53
d5d23eb to
eae28ba
Compare
mahnunchik
force-pushed
the
logo-tron
branch
8 times, most recently
from
January 8, 2026 05:53
53a8092 to
c70178e
Compare
mahnunchik
force-pushed
the
logo-tron
branch
7 times, most recently
from
January 15, 2026 05:56
f04ec9d to
0e5d159
Compare
mahnunchik
force-pushed
the
logo-tron
branch
7 times, most recently
from
January 22, 2026 05:56
f181b92 to
bc5a3b6
Compare
mahnunchik
force-pushed
the
logo-tron
branch
6 times, most recently
from
January 28, 2026 05:55
b6ed246 to
327a7da
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 ecdd93a. 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="#eb322a"/> | |||
| <path fill="#fff" fill-rule="evenodd" d="M4.063 3.98a.4.4 0 0 1 .375-.145l10.164 1.613a.4.4 0 0 1 .227.119l2.457 2.578a.4.4 0 0 1 .023.533l-7.38 9.074a.4.4 0 0 1-.682-.105L4.003 4.377a.4.4 0 0 1 .06-.398m12.11 4.157-1.615-1.695L11.97 8.73zm-2.456-2.02L5.749 4.853l4.968 3.917zm-2.657 3.55 4.987-.704-5.817 7.151zm-1.617 6.3L5.32 5.532l4.962 3.912z" clip-rule="evenodd"/> | |||
There was a problem hiding this comment.
Stale PNG logo assets
Medium Severity
logo/tron.svg and logo-dark/tron.svg were redesigned, but the matching logo/tron.png and logo-dark/tron.png files were not updated. Those PNGs still ship in the package and still show the previous circular artwork, so SVG and PNG consumers diverge after this change. Prior tron logo updates kept all four assets in sync.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit ecdd93a. 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 TRON icon in
logo/tron.svgandlogo-dark/tron.svgwith a new 64×64 SVG instead of the previous 20×20 red circle and white facet paths.Both files now use the same single-path TRON mark in
#ff060a, so light and dark logo variants render the same updated artwork wherevertron.svgis referenced (e.g. crypto metadata andlist.mdpreviews).Reviewed by Cursor Bugbot for commit 044a1a4. Bugbot is set up for automated code reviews on this repo. Configure here.