aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-03 09:04:30 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-03 05:51:51 +0000
commita9c1abc6f11cb193388fad505c0304f1efe60a30 (patch)
treedfb685527f9dc44b6245213a0c3e437ecb272132 /src/containers/auth
parentChanged the cron for the ferdi build to run at 12:15 am UTC since the time de... (diff)
downloadferdium-app-a9c1abc6f11cb193388fad505c0304f1efe60a30.tar.gz
ferdium-app-a9c1abc6f11cb193388fad505c0304f1efe60a30.tar.zst
ferdium-app-a9c1abc6f11cb193388fad505c0304f1efe60a30.zip
Removed straggling code related to 'popular services'.
Diffstat (limited to 'src/containers/auth')
-rw-r--r--src/containers/auth/WelcomeScreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/auth/WelcomeScreen.js b/src/containers/auth/WelcomeScreen.js
index 6f2d0eee6..bfcc880d0 100644
--- a/src/containers/auth/WelcomeScreen.js
+++ b/src/containers/auth/WelcomeScreen.js
@@ -15,7 +15,7 @@ export default @inject('stores', 'actions') @observer class LoginScreen extends
15 loginRoute={user.loginRoute} 15 loginRoute={user.loginRoute}
16 signupRoute={user.signupRoute} 16 signupRoute={user.signupRoute}
17 changeServerRoute={user.changeServerRoute} 17 changeServerRoute={user.changeServerRoute}
18 recipes={recipePreviews.featured} 18 recipes={recipePreviews.all}
19 /> 19 />
20 ); 20 );
21 } 21 }