From 4e051e6c883c76717ee52318f93f4056041ccce5 Mon Sep 17 00:00:00 2001 From: Chad Date: Tue, 3 Jul 2018 10:36:39 +0200 Subject: [PATCH] Updated links and copy --- public/javascripts/app.js | 6 +++++- views/index.ejs | 16 +++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/public/javascripts/app.js b/public/javascripts/app.js index 244dfaf..34bcced 100644 --- a/public/javascripts/app.js +++ b/public/javascripts/app.js @@ -21,6 +21,10 @@ return "https://status.im/success"; } + function webURL() { + return "https://status.im/"; + } + $(document).ready(function () { var appStoreLink = $('.app-store-link'); if (isAndroid(navigator.userAgent)) { @@ -28,7 +32,7 @@ } else if (isIOS(navigator.userAgent)) { appStoreLink.attr('href', testFlightURL()); } else { - appStoreLink.attr('href', buildPlayStoreUrl()); + appStoreLink.attr('href', webURL()); } }); }()); diff --git a/views/index.ejs b/views/index.ejs index 7754bd9..74bd8c6 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -3,11 +3,11 @@ <%= title %> - + - + @@ -16,22 +16,20 @@
-
- Don't have Status yet? Try it now! + Download Status!
- - - +

<%= title %>

- - Try Status now + + Open in Status