chore: remove USDT from WizardSplash
This commit is contained in:
parent
f6ec74a0dc
commit
9e32e68f7d
1 changed files with 0 additions and 3 deletions
|
|
@ -9,7 +9,6 @@ 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 = {
|
||||
|
|
@ -52,8 +51,6 @@ 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