From 963dfe1593db4f3f6db6b3d37275a82e5afd4fd4 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Sun, 7 Apr 2024 16:38:51 +0200 Subject: [PATCH] remove socialproof flag --- src/pages/index.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 4c4a41d..18dd71a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -25,7 +25,6 @@ const Home: NextPage = () => { const posthog = usePostHog(); const session = useSession(); const router = useRouter(); - const socialProofEnabled = useFeatureFlagEnabled("social-proof-section"); useEffect(() => { if (session.status === "authenticated" && !recordModalOpen) { @@ -112,9 +111,7 @@ const Home: NextPage = () => {
{[