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
1 changed files with 1 additions and 1 deletions

View File

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