[LOGO] virtuals-protocol - #1361
Conversation
d003e6f to
0dc5303
Compare
fe1f300 to
62823cd
Compare
c74e24c to
20466ad
Compare
3ce2e98 to
f146cc7
Compare
f146cc7 to
c1d5d46
Compare
537e177 to
ea791a7
Compare
6d82aba to
b630dc4
Compare
5195d6f to
21570cc
Compare
15ac1c6 to
e484545
Compare
| <stop offset="1" stop-color="#fef8d9"/> | ||
| </linearGradient> | ||
| <linearGradient id="logo_virtuals-protocol_svg__c" x1="4" x2="7.354" y1="4.734" y2="24.705" gradientUnits="userSpaceOnUse"> | ||
| <stop stop-color="#44bcc3"/> |
There was a problem hiding this comment.
Wrong asset for token icon
Medium Severity
The previous square 20×20 circular token badge was replaced with a wide 310.3×200 brand lockup. Consumers and list.md render these assets in fixed square slots (40×40), so the mark letterboxes and reads much smaller than peer token icons. Virtuals’ own brand kit treats the circular badge as the wallet/token icon and the horizontal mark as header branding.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit b7669ac. Configure here.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c075b3d. Configure here.
| <stop offset="1" stop-color="#fef8d9"/> | ||
| </linearGradient> | ||
| <linearGradient id="logo_virtuals-protocol_svg__c" x1="4" x2="7.354" y1="4.734" y2="24.705" gradientUnits="userSpaceOnUse"> | ||
| <stop stop-color="#44bcc3"/> |
There was a problem hiding this comment.
PNG companions left out of sync
Medium Severity
This commit fully replaces the SVG artwork but does not update the companion virtuals-protocol.png files under logo/ and logo-dark/. Those PNGs remain in the package, so any consumer that resolves the PNG path still shows the old circular icon while SVG users get the new mark.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit c075b3d. Configure here.


Note
Overview
Replaces the Virtuals Protocol token artwork in
logo/virtuals-protocol.svgandlogo-dark/virtuals-protocol.svg.The old assets were 20×20 circular icons (clipped circle with pastel fill plus a small mark). The new assets use a 310.3×200 viewBox with a full wordmark and dot, filled with the existing teal gradient (
#44bcc3→#236d66) instead of the circular badge layout.Token metadata still points at
virtuals-protocol.svg; only the SVG files change, so UIs that render those paths will show the new branding at the same filenames.Reviewed by Cursor Bugbot for commit b9e94ba. Bugbot is set up for automated code reviews on this repo. Configure here.