diff --git a/web/src/pages/index.tsx b/web/src/pages/index.tsx index df7e42d19..534bf9b85 100644 --- a/web/src/pages/index.tsx +++ b/web/src/pages/index.tsx @@ -44,11 +44,11 @@ export default function Home() { const [isSubmitting, setIsSubmitting] = useState(false); const [isGated, setIsGated] = useState(false); - // useEffect( - // () => - // setIsGated(window.location.host === "rollyourown.preview.cartridge.gg"), - // [], - // ); + useEffect( + () => + setIsGated(window.location.host === "rollyourown.preview.cartridge.gg"), + [], + ); const [isTutorialOpen, setIsTutorialOpen] = useState(false); @@ -60,12 +60,16 @@ export default function Home() { {isGated ? ( + + Under Maintenance + + {/* Under Construction Get ready hustlers... Season II starts in September - + */} ) : ( <>