Skip to content

Commit 8c3089d

Browse files
committed
chore(client): temp fix game options button
1 parent 536c45c commit 8c3089d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GomokuClient/packages/gomoku-story/src/components/GameOptionsButton/GameOptionsButton.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ export const GameOptionsButtons = ({
4949
<GameCreatorButton onCreateGame={onCreate.game} isLoading={loading?.game}>
5050
<GameButton text={text?.game} loading={loading?.game} />
5151
</GameCreatorButton>
52+
{/*TODO should map entire object of text props intead*/}
5253
<GameCreatorButton onCreateGame={onCreate.ai} isLoading={loading?.ai}>
53-
<GameButton text="PLAY WITH AI" loading={loading?.ai} />
54+
<GameButton text="PLAY LOCAL" loading={loading?.ai} />
5455
</GameCreatorButton>
5556
</div>
5657
);

0 commit comments

Comments
 (0)