Skip to content

fix(dcent): use official D'CENT symbol asset for productIcon#101

Open
SeungjunWe wants to merge 1 commit into
Creit-Tech:mainfrom
SeungjunWe:fix/dcent-icon-url
Open

fix(dcent): use official D'CENT symbol asset for productIcon#101
SeungjunWe wants to merge 1 commit into
Creit-Tech:mainfrom
SeungjunWe:fix/dcent-icon-url

Conversation

@SeungjunWe

Copy link
Copy Markdown
Contributor

Summary

  • DcentModule.productIcon previously inlined a hand-crafted base64-encoded SVG reproduction of the D'CENT logo, unlike every other module in the kit, which points productIcon at a hosted icon URL (e.g. https://stellar.creit.tech/wallet-icons/*.png).
  • This swaps it for D'CENT's own hosted symbol asset (https://assets.dcentwallet.com/images/dcent-symbol.svg), so the icon stays in sync with D'CENT's official branding and the module follows the same convention as the rest of the kit.

Test plan

  • productIcon renders correctly in the wallet selection UI (Avatar component) using the new URL
  • Maintainer confirms the linked asset is the intended long-term icon source for D'CENT

Replace the hand-crafted, inlined base64 SVG reproduction of the
D'CENT logo with the wallet's official hosted icon asset, matching
the convention every other module uses (a hosted icon URL rather than
an inlined data URI).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant