diff options
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index d870cec4a..ba891f1cf 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -126,14 +126,6 @@ App.prototype.renderAppBar = function () { alignItems: 'center', }, }, [ - - // mini logo - h('img', { - height: 24, - width: 24, - src: '/images/icon-128.png', - }), - h(NetworkIndicator, { network: this.props.network, provider: this.props.provider, |