From 2bb9bc00050a317973c677d8efa697e48ea1eaf6 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 29 Jun 2020 14:49:52 -0700 Subject: [PATCH] Put the "Start Game" button above the category-vote prompts So that it's not required to scroll down a tone before being able to start the game. --- empathy/empathy.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 6e98b32..a9911d7 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -1310,15 +1310,15 @@ class Game extends React.PureComponent { , - , , + ]; } -- 2.43.0