Skip to content

Commit

Permalink
Remove 1-player mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzherdev committed Sep 6, 2020
1 parent 9ca39c4 commit 2e0ae74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/setup/QuickGame.js
Expand Up @@ -14,7 +14,7 @@ const QuickGame = ({ onNumberOfPlayersPicked, onBackClicked }) => {
Choose the number of players:
</h4>
<div className="number-container">
{[1, 2, 3, 4, 5].map((n) =>
{[2, 3, 4, 5].map((n) =>
<Button
key={n}
bsSize="large"
Expand Down

0 comments on commit 2e0ae74

Please sign in to comment.