fix: lamassu-coins import
fix: USDT wallet splash screen
This commit is contained in:
parent
c0fff41368
commit
dff407e30e
10 changed files with 233 additions and 703 deletions
|
|
@ -8,6 +8,7 @@ import { ReactComponent as BitcoinCashLogo } from 'src/styling/logos/icon-bitcoi
|
|||
import { ReactComponent as DashLogo } from 'src/styling/logos/icon-dash-colour.svg'
|
||||
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 TetherLogo } from 'src/styling/logos/icon-tether-colour.svg'
|
||||
import { ReactComponent as ZCashLogo } from 'src/styling/logos/icon-zcash-colour.svg'
|
||||
|
||||
const styles = {
|
||||
|
|
@ -51,7 +52,7 @@ const getLogo = code => {
|
|||
case 'ZEC':
|
||||
return ZCashLogo
|
||||
case 'USDT':
|
||||
return EthereumLogo
|
||||
return TetherLogo
|
||||
default:
|
||||
return null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue