aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/identicon.js
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-03-31 02:15:12 +0800
committerGitHub <noreply@github.com>2018-03-31 02:15:12 +0800
commit8e0f39353dd47c4a201aaf2ee160912846f2e68b (patch)
tree0fac2629c48dcf4134d8205441766e3c6a41b4ed /ui/app/components/identicon.js
parent9d4be1842e7c56e3bfde529ff555dcae8dec3dbd (diff)
parent89e6baa3ba07cc46dcc62886fbe3f1906649ae77 (diff)
downloadtangerine-wallet-browser-8e0f39353dd47c4a201aaf2ee160912846f2e68b.tar.gz
tangerine-wallet-browser-8e0f39353dd47c4a201aaf2ee160912846f2e68b.tar.zst
tangerine-wallet-browser-8e0f39353dd47c4a201aaf2ee160912846f2e68b.zip
Merge pull request #3781 from MetaMask/ci-artifacts
Build - Refactor + CircleCI Mascara builds
Diffstat (limited to 'ui/app/components/identicon.js')
-rw-r--r--ui/app/components/identicon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/identicon.js b/ui/app/components/identicon.js
index b803b7ceb..7cc5a4de0 100644
--- a/ui/app/components/identicon.js
+++ b/ui/app/components/identicon.js
@@ -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,