ui - fix relative url for deposit-ether-modal

This commit is contained in:
kumavis 2018-03-28 22:21:49 -07:00
parent 8760dc6bda
commit cf82e766d4
1 changed files with 1 additions and 1 deletions

View File

@ -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,