Commit fa83dde
Shaw
feat(cloud-frontend): real chain brand marks on earnings network dropdown
Replaces the colored-emoji placeholders (🔵🟣⬛🟡) on the Dashboard ▸
Earnings ▸ Redemption Network dropdown with @web3icons/react branded
SVG marks. The BNB Chain row in particular now uses the official BNB
Smart Chain logo via NetworkBinanceSmartChain instead of a generic
yellow circle.
All four entries swapped at once so the row is visually consistent:
- Base → NetworkBase
- Solana → TokenSOL
- Ethereum→ NetworkEthereum
- BNB → NetworkBinanceSmartChain
The icons render at size={16} to align with the existing text-sm row.
Other parts of the audit (no code changes needed):
- The login EVM/Solana button is already on @web3icons/react (commit
5c7cf08).
- No hardcoded BNB-yellow hex codes (#F0B90B, #FCD535) live in source
outside DESIGN.md's documentation palette.
- The legacy "Binance Smart Chain" name only appears once in agent
prompt content, contextually correct ("formerly Binance Smart
Chain"). All UI / payments / payout code uses the current "BNB
Smart Chain" / "BNB Chain" names.
- Network display names are consistent: payments use "BNB Smart Chain"
(specific chain id 56) and dashboards use "BNB Chain" (umbrella
brand) — both are valid current names per BNB Chain's 2022 rename.1 parent 4694935 commit fa83dde
1 file changed
Lines changed: 35 additions & 6 deletions
Lines changed: 35 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
119 | 148 | | |
120 | 149 | | |
121 | 150 | | |
| |||
0 commit comments