diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-11-05 15:25:32 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:35:00 +0800 |
commit | af546d7336c40126f6d54ac2c11884be3e3b6481 (patch) | |
tree | 9926dbb9ae78f2e55a4244658bab559b30d3835f /ui/app/components | |
parent | 551262791a254f4089206624fffb9da2d09a00fc (diff) | |
download | dexon-wallet-af546d7336c40126f6d54ac2c11884be3e3b6481.tar.gz dexon-wallet-af546d7336c40126f6d54ac2c11884be3e3b6481.tar.zst dexon-wallet-af546d7336c40126f6d54ac2c11884be3e3b6481.zip |
Deploy version 1.0.0
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/modals/deposit-ether-modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modals/deposit-ether-modal.js b/ui/app/components/modals/deposit-ether-modal.js index bfa334d5..ba5cbedb 100644 --- a/ui/app/components/modals/deposit-ether-modal.js +++ b/ui/app/components/modals/deposit-ether-modal.js @@ -146,7 +146,7 @@ DepositEtherModal.prototype.render = function () { this.renderRow({ logo: h('img.deposit-ether-modal__logo', { - src: './images/deposit-eth.svg', + src: './images/deposit-dexon.svg', }), title: DIRECT_DEPOSIT_ROW_TITLE, text: DIRECT_DEPOSIT_ROW_TEXT, |