Merge pull request #1217 from chaotixkilla/fix-usdt-wizard-splash
Fix USDT setup wizard splash
This commit is contained in:
commit
dafaf7473b
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import { ReactComponent as DashLogo } from 'src/styling/logos/icon-dash-colour.s
|
|||
import { ReactComponent as EthereumLogo } from 'src/styling/logos/icon-ethereum-colour.svg'
|
||||
import { ReactComponent as LitecoinLogo } from 'src/styling/logos/icon-litecoin-colour.svg'
|
||||
import { ReactComponent as MoneroLogo } from 'src/styling/logos/icon-monero-colour.svg'
|
||||
import { ReactComponent as TetherLogo } from 'src/styling/logos/icon-tether-colour.svg'
|
||||
import { ReactComponent as ZCashLogo } from 'src/styling/logos/icon-zcash-colour.svg'
|
||||
|
||||
const styles = {
|
||||
|
|
@ -51,6 +52,8 @@ const getLogo = code => {
|
|||
return LitecoinLogo
|
||||
case 'ZEC':
|
||||
return ZCashLogo
|
||||
case 'USDT':
|
||||
return TetherLogo
|
||||
case 'XMR':
|
||||
return MoneroLogo
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue