ui - fix relative url for deposit-ether-modal

feature/default_network_editable
kumavis 7 years ago
parent 8760dc6bda
commit cf82e766d4
  1. 2
      ui/app/components/modals/deposit-ether-modal.js

@ -144,7 +144,7 @@ DepositEtherModal.prototype.render = function () {
this.renderRow({
logo: h('img.deposit-ether-modal__logo', {
src: '../../../images/deposit-eth.svg',
src: './images/deposit-eth.svg',
}),
title: DIRECT_DEPOSIT_ROW_TITLE,
text: DIRECT_DEPOSIT_ROW_TEXT,

Loading…
Cancel
Save