|
@@ -10,7 +10,7 @@ const NewGame = ({ onCreateGame, cannotCreateGame, timer, setTimer }) => {
|
|
return (
|
|
return (
|
|
<div className="new-game">
|
|
<div className="new-game">
|
|
<div className="new-game__dropdown">
|
|
<div className="new-game__dropdown">
|
|
- <div className="btn new-game__dropdown-button">
|
|
|
|
|
|
+ <div className="new-game__dropdown-button">
|
|
Round Timer: {ms(timer * 1000)}
|
|
Round Timer: {ms(timer * 1000)}
|
|
</div>
|
|
</div>
|
|
<div className="new-game__dropdown-items">
|
|
<div className="new-game__dropdown-items">
|