diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 18dd71a..538e310 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -25,6 +25,7 @@ const Home: NextPage = () => { const posthog = usePostHog(); const session = useSession(); const router = useRouter(); + const showDemoButton = useFeatureFlagEnabled('show-demo-button') useEffect(() => { if (session.status === "authenticated" && !recordModalOpen) { @@ -87,16 +88,18 @@ const Home: NextPage = () => { (no account required)