diff options
ui - use relative location for images
Diffstat (limited to 'old-ui')
-rw-r--r-- | old-ui/app/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/app.js b/old-ui/app/app.js index c79ac633a..e9ab185f3 100644 --- a/old-ui/app/app.js +++ b/old-ui/app/app.js @@ -171,7 +171,7 @@ App.prototype.renderAppBar = function () { h('img', { height: 24, width: 24, - src: '/images/icon-128.png', + src: './images/icon-128.png', }), h(NetworkIndicator, { |