aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-13 01:10:22 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-13 01:10:22 +0100
commitfc09924c4831b9ddad40f46220b2900a0ed26b8c (patch)
tree5700b054369c2d869f3109a9f5bb4f0861a2feb9 /src/components
parentAdd logo in ChangeServer screen (diff)
downloadferdium-app-fc09924c4831b9ddad40f46220b2900a0ed26b8c.tar.gz
ferdium-app-fc09924c4831b9ddad40f46220b2900a0ed26b8c.tar.zst
ferdium-app-fc09924c4831b9ddad40f46220b2900a0ed26b8c.zip
Show only 2 rows of 8 icons, same as Franz
Diffstat (limited to 'src/components')
-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">