Skip to content

Commit

Permalink
chore: update tournament time
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Dec 8, 2024
1 parent 1ca1e93 commit 55e9882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InitialView/InitialView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const InitialView: FC<InitialViewProps> = ({ startGame }) => {

return (
<>
{Date.now() > 1733620395000 && ( //1733666400000
{Date.now() > 1733670000000 && (
<Button className="w-96 h-16" onClick={handleTournamentLogin}>
Tournament Login
</Button>
Expand Down

0 comments on commit 55e9882

Please sign in to comment.