diff --git a/web/src/components/Header.tsx b/web/src/components/Header.tsx
index 565eeb1df..134365bce 100644
--- a/web/src/components/Header.tsx
+++ b/web/src/components/Header.tsx
@@ -110,7 +110,7 @@ const Header = ({ back }: HeaderProps) => {
>
)}
- {(!isMobile || (!account && isMobile)) && (
+ {/* {(!isMobile || (!account && isMobile)) && (
- )}
+ )} */}
{isMobile && }
diff --git a/web/src/pages/index.tsx b/web/src/pages/index.tsx
index df7e42d19..eeeb176e8 100644
--- a/web/src/pages/index.tsx
+++ b/web/src/pages/index.tsx
@@ -44,11 +44,12 @@ 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"),
+ setIsGated(true),
+ [],
+ );
const [isTutorialOpen, setIsTutorialOpen] = useState(false);
@@ -64,7 +65,7 @@ export default function Home() {
Under Construction
- Get ready hustlers... Season II starts in September
+ Get ready hustlers... Season III starts in November
) : (