From ea4927a329e0f29a1f397a75af9b89622088391d Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:00:54 +0100 Subject: [PATCH] adjust feature flag --- src/pages/index.tsx | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 538e310..81098dc 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -25,7 +25,7 @@ const Home: NextPage = () => { const posthog = usePostHog(); const session = useSession(); const router = useRouter(); - const showDemoButton = useFeatureFlagEnabled('show-demo-button') + const showDemoButton = useFeatureFlagEnabled("show-demo-button"); useEffect(() => { if (session.status === "authenticated" && !recordModalOpen) { @@ -88,33 +88,34 @@ const Home: NextPage = () => { (no account required)