From 695b157e7b511a94a18ada1578ece2e4e838f869 Mon Sep 17 00:00:00 2001 From: MikeCheng1208 Date: Fri, 4 May 2018 19:57:19 +0800 Subject: Intergrate ENS with IPFS --- old-ui/app/app.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'old-ui') diff --git a/old-ui/app/app.js b/old-ui/app/app.js index abeb4f3f9..cd6292e79 100644 --- a/old-ui/app/app.js +++ b/old-ui/app/app.js @@ -183,6 +183,14 @@ App.prototype.renderAppBar = function () { this.setState({ isNetworkMenuOpen: !isNetworkMenuOpen }) }, }), + + // mike test img + h('img', { + height: 24, + width: 24, + src: './images/pw-48x48.png', + }), + ]), props.isUnlocked && h('div', { -- cgit v1.2.3