diff --git a/src/components/NewGame.tsx b/src/components/NewGame.tsx index ed96423..d890ded 100644 --- a/src/components/NewGame.tsx +++ b/src/components/NewGame.tsx @@ -127,6 +127,7 @@ const Player1Step = ({ playerNameHistory, onNext, onCancel, initialValue = '' }: return (
+
Neues Spiel
@@ -353,6 +354,7 @@ const Player2Step = ({ playerNameHistory, onNext, onCancel, initialValue = '' }: return ( +
Neues Spiel
@@ -496,6 +498,7 @@ const Player3Step = ({ playerNameHistory, onNext, onCancel, initialValue = '' }: return ( +
Neues Spiel
@@ -623,6 +626,7 @@ const GameTypeStep = ({ onNext, onCancel, initialValue = '' }: GameTypeStepProps return ( +
Neues Spiel
@@ -726,6 +730,7 @@ const RaceToStep = ({ onNext, onCancel, initialValue = '', gameType }: RaceToSte return ( +
Neues Spiel
@@ -800,6 +805,7 @@ const BreakRuleStep = ({ onNext, onCancel, initialValue = 'winnerbreak' }: Break return ( +
Neues Spiel
{[ { key: 'winnerbreak', label: 'Winnerbreak' }, @@ -852,6 +858,7 @@ const BreakOrderStep = ({ players, rule, onNext, onCancel }: BreakOrderStepProps return ( +
Neues Spiel
Wer bricht zuerst?
{players.filter(Boolean).map((name, idx) => (