mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 09:23:21 +01:00
ui - identicon - use relative link for ether logo
This commit is contained in:
parent
10609493c5
commit
f9b680b09f
@ -47,7 +47,7 @@ IdenticonComponent.prototype.render = function () {
|
||||
)
|
||||
: (
|
||||
h('img.balance-icon', {
|
||||
src: '../images/eth_logo.svg',
|
||||
src: './images/eth_logo.svg',
|
||||
style: {
|
||||
height: diameter,
|
||||
width: diameter,
|
||||
|
Loading…
Reference in New Issue
Block a user