From d116619bf051e189292d37cf1263d9191fc7c4f6 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Sun, 7 May 2023 19:49:30 +0200 Subject: [PATCH] redirect pricing button to signin page --- src/pages/pricing.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index bf6d8d4..8955c08 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -9,6 +9,7 @@ import { ChevronUpIcon } from "@heroicons/react/20/solid"; import CTA from "~/components/CTA"; import VideoRecordModal from "~/components/VideoRecordModal"; import { usePostHog } from "posthog-js/react"; +import { signIn } from "next-auth/react"; export default function Pricing() { const [billedAnnually, setBilledAnnually] = useState(true); @@ -160,6 +161,7 @@ export default function Pricing() {