diff --git a/.env b/.env index 1d8c1e2..f354dbc 100644 --- a/.env +++ b/.env @@ -98,4 +98,8 @@ REACT_APP_FAMILY_MINIMUM_AGE=4 REACT_APP_FAMILY_MAXIMUM_AGE=18 #CHANGE LOGIN LAYOUT -REACT_APP_NEW_LOGIN_LAYOUT=1 \ No newline at end of file +REACT_APP_NEW_LOGIN_LAYOUT=1 + +#APP DOWNLOAD LINKS +REACT_APP_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchboard.users' +REACT_APP_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8' \ No newline at end of file diff --git a/.env.development b/.env.development index 1649df2..8612111 100644 --- a/.env.development +++ b/.env.development @@ -66,4 +66,8 @@ REACT_APP_FAMILY_MINIMUM_AGE=4 REACT_APP_FAMILY_MAXIMUM_AGE=18 #CHANGE LOGIN LAYOUT -REACT_APP_NEW_LOGIN_LAYOUT=1 \ No newline at end of file +REACT_APP_NEW_LOGIN_LAYOUT=1 + +#APP DOWNLOAD LINKS +REACT_APP_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchboard.users' +REACT_APP_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8' \ No newline at end of file diff --git a/.env.production b/.env.production index e9e582f..d600cad 100644 --- a/.env.production +++ b/.env.production @@ -73,3 +73,7 @@ REACT_APP_FAMILY_MAXIMUM_AGE=18 #CHANGE LOGIN LAYOUT REACT_APP_NEW_LOGIN_LAYOUT=1 + +#APP DOWNLOAD LINKS +REACT_APP_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchboard.users' +REACT_APP_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8' diff --git a/public/index.html b/public/index.html index 9d6644e..5a1289e 100644 --- a/public/index.html +++ b/public/index.html @@ -17,6 +17,9 @@