Spaces:
Sleeping
Sleeping
Update static/landing-page.html
Browse files- static/landing-page.html +2 -2
static/landing-page.html
CHANGED
@@ -401,10 +401,10 @@
|
|
401 |
},
|
402 |
methods: {
|
403 |
login() {
|
404 |
-
window.location.href = '/
|
405 |
},
|
406 |
tryNow() {
|
407 |
-
window.location.href = '/
|
408 |
},
|
409 |
selectApp(app) {
|
410 |
this.selectedApp = app;
|
|
|
401 |
},
|
402 |
methods: {
|
403 |
login() {
|
404 |
+
window.location.href = '/login';
|
405 |
},
|
406 |
tryNow() {
|
407 |
+
window.location.href = '/login';
|
408 |
},
|
409 |
selectApp(app) {
|
410 |
this.selectedApp = app;
|