diff --git a/www/icons/ic_desktop_windows.svg b/www/icons/ic_desktop_windows.svg new file mode 100644 index 0000000..685582f --- /dev/null +++ b/www/icons/ic_desktop_windows.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/www/js/app.js b/www/js/app.js index 4c636ef..8cae537 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -142,7 +142,7 @@ function setnavbar(type, screentitle, returnscreen) { switch (type) { case "home": setnavbartitle("Business", false, false); - addnavbarbtn("mobilecode", "ic_lock.svg", "Code Login"); + addnavbarbtn("mobilecode", "ic_desktop-windows.svg", "Code Login"); addnavbarbtn("otp", "ic_vpn_key.svg", "2-factor Auth"); addnavbarbtn("settings", "ic_settings.svg", "Settings"); break;