Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
chore: upgrade next
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWbn committed Jun 29, 2022
1 parent a054909 commit 888034a
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 2,584 deletions.
4 changes: 3 additions & 1 deletion components/game-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,17 +141,19 @@ function GameForm() {
))}
</div>
</div>
<div className="flex justify-between mt-4">
<div className="flex justify-around mt-4">
<Button
onClick={() => {
setIsAdding(false);
setWinnerTeam(["", ""]);
setLoserTeam(["", ""]);
}}
textSize="text-base"
label="cancel"
/>
<Button
className="bg-green-700"
textSize="text-base"
onClick={handeSubmit}
label="create"
/>
Expand Down
Loading

1 comment on commit 888034a

@vercel
Copy link

@vercel vercel bot commented on 888034a Jun 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.