Skip to content

Commit

Permalink
hide warrior
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed May 13, 2024
1 parent 7515de3 commit 96a8337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/pages/game/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ const New = observer(() => {
isLoading={isPending}
onClick={() => create(GameMode.Dealer)}
>
Play Dealer
Play
</Button>

<Button
{/* <Button
w={["full", "auto"]}
px={["auto", "20px"]}
isLoading={isPending}
onClick={() => create(GameMode.Warrior)}
>
Play Warrior
</Button>
</Button> */}
</ChildrenOrConnect>
</Footer>
}
Expand Down

0 comments on commit 96a8337

Please sign in to comment.