Skip to content

fix(dcent): rebrand to DCENT — official icon asset and display name - #101

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

SeungjunWe wants to merge 4 commits into
Creit-Tech:mainfrom
SeungjunWe:fix/dcent-icon-url

Conversation

@SeungjunWe

@SeungjunWe SeungjunWe commented Jul 8, 2026

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.
  • D'CENT has rebranded, so productName is updated from "D'CENT Wallet" to "DCENT Wallet" so the wallet connect modal reflects the current brand name.

Test plan

  • productIcon renders correctly in the wallet selection UI (Avatar component) using the new URL
  • productName shows "DCENT Wallet" in the wallet connect modal
  • 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).
D'CENT has rebranded; update productName so the wallet connect modal
shows "DCENT Wallet" instead of "D'CENT Wallet".
@SeungjunWe SeungjunWe changed the title fix(dcent): use official D'CENT symbol asset for productIcon fix(dcent): rebrand to DCENT — official icon asset and display name Sep 15, 2026
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