From 94f8e1f238929b6799941601c9e2b8e1085f05aa Mon Sep 17 00:00:00 2001 From: Pi Lanningham Date: Mon, 2 Dec 2024 22:10:11 -0500 Subject: [PATCH] Disable tournament login until morning --- src/components/InitialView/InitialView.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/InitialView/InitialView.tsx b/src/components/InitialView/InitialView.tsx index 10816b0f..5863380a 100644 --- a/src/components/InitialView/InitialView.tsx +++ b/src/components/InitialView/InitialView.tsx @@ -102,9 +102,11 @@ const InitialView: FC = ({ startGame }) => { return ( <> - + {Date.now() > 1733238000000 && ( + + )}