aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/WelcomeScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth/WelcomeScreen.js')
-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 c6de3729f..7e1a7a83e 100644
--- a/src/containers/auth/WelcomeScreen.js
+++ b/src/containers/auth/WelcomeScreen.js
@@ -15,7 +15,7 @@ class WelcomeScreen extends Component {
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.all} 18 recipes={recipePreviews.featured}
19 /> 19 />
20 ); 20 );
21 } 21 }