summaryrefslogtreecommitdiffhomepage
path: root/app/app.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-02-09 12:14:08 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-02-09 12:14:08 +0000
commitce8b81c69760185d425032dc9ce91c4e9aa09b17 (patch)
tree010540abf824ebacaa34434a75a919a3c4568684 /app/app.js
parenta76a93169841ec78f08b973aa17eea9fcf982feb (diff)
downloadmullvadvpn-ce8b81c69760185d425032dc9ce91c4e9aa09b17.tar.xz
mullvadvpn-ce8b81c69760185d425032dc9ce91c4e9aa09b17.zip
Add basic structure and login screen
Diffstat (limited to 'app/app.js')
-rw-r--r--app/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.js b/app/app.js
index eb71a8201b..69c74398cd 100644
--- a/app/app.js
+++ b/app/app.js
@@ -9,7 +9,7 @@ import routes from './routes';
import configureStore from './store';
import Tray from './containers/Tray';
-const iconPath = path.join(__dirname, 'assets/trayicon.png');
+const iconPath = path.join(__dirname, 'assets/images/trayicon.png');
const tray = new remote.Tray(iconPath);
const initialState = {};