Skip to content

Commit

Permalink
change game mode name
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Jul 28, 2024
1 parent 5d834db commit 054e292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Login/New/components/GameModeSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const GameModeSelector: FunctionComponent<GameModeSelectorProps> = (props) => {
}}
size="small"
>
<ToggleButton value={false}>Normal</ToggleButton>
<ToggleButton value={false}>Online</ToggleButton>
<ToggleButton value={true}>Offline</ToggleButton>
</ToggleButtonGroup>
);
Expand Down

0 comments on commit 054e292

Please sign in to comment.