mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
ui - fix relative url for deposit-ether-modal
This commit is contained in:
parent
8760dc6bda
commit
cf82e766d4
@ -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…
Reference in New Issue
Block a user