Skip to content

Commit

Permalink
force ui
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Sep 19, 2023
1 parent 839ef57 commit efdadf8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ export default function Home() {
const [isGated, setIsGated] = useState(false);

useEffect(
() =>
setIsGated(window.location.host === "rollyourown.preview.cartridge.gg"),
() => setIsGated(false),
//setIsGated(window.location.host === "rollyourown.preview.cartridge.gg"),
[],
);

const [isTutorialOpen, setIsTutorialOpen] = useState(false);
const isLocal = true;

return (
<Layout CustomLeftPanel={HomeLeftPanel}>
Expand Down

0 comments on commit efdadf8

Please sign in to comment.