Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cardano-scaling/hydra-doom
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Dec 3, 2024
2 parents e9e2e86 + 94f8e1f commit d95e936
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/InitialView/InitialView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@ const InitialView: FC<InitialViewProps> = ({ startGame }) => {

return (
<>
<Button className="w-96 h-16" onClick={handleTournamentLogin}>
Tournament Login
</Button>
{Date.now() > 1733238000000 && (
<Button className="w-96 h-16" onClick={handleTournamentLogin}>
Tournament Login
</Button>
)}
<Button className="w-96 h-16" onClick={showActionButtons}>
Free Play
</Button>
Expand Down

0 comments on commit d95e936

Please sign in to comment.