mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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', {
|
h('img.balance-icon', {
|
||||||
src: '../images/eth_logo.svg',
|
src: './images/eth_logo.svg',
|
||||||
style: {
|
style: {
|
||||||
height: diameter,
|
height: diameter,
|
||||||
width: diameter,
|
width: diameter,
|
||||||
|
Loading…
Reference in New Issue
Block a user