aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth')
-rw-r--r--src/components/auth/Welcome.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Welcome.js b/src/components/auth/Welcome.js
index c97f84a1f..592326a7d 100644
--- a/src/components/auth/Welcome.js
+++ b/src/components/auth/Welcome.js
@@ -41,7 +41,7 @@ class Login extends Component {
41 const { loginRoute, signupRoute, changeServerRoute } = this.props; 41 const { loginRoute, signupRoute, changeServerRoute } = this.props;
42 let { recipes } = this.props; 42 let { recipes } = this.props;
43 recipes = shuffleArray(recipes); 43 recipes = shuffleArray(recipes);
44 recipes.length = 8 * 3; 44 recipes.length = 8 * 2;
45 return ( 45 return (
46 <div className="welcome"> 46 <div className="welcome">
47 <div className="welcome__content"> 47 <div className="welcome__content">