1
0
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:
kumavis 2018-03-28 22:39:45 -07:00
parent 10609493c5
commit f9b680b09f

View File

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