diff --git a/docs/components/Footer.tsx b/docs/components/Footer.tsx index 2c3d2a6601821..31e9af2556a3d 100644 --- a/docs/components/Footer.tsx +++ b/docs/components/Footer.tsx @@ -172,7 +172,6 @@ function SubmitForm() { }) .then((res) => res.json()) .then((res) => { - Cookies.set("ckId", res.id, { expires: 365 }); return router.push("/confirm"); }); e.preventDefault(); diff --git a/docs/components/pages/confirm.tsx b/docs/components/pages/confirm.tsx index 44d9467a71d7d..17d9c6e212e71 100644 --- a/docs/components/pages/confirm.tsx +++ b/docs/components/pages/confirm.tsx @@ -1,13 +1,8 @@ /* eslint-disable react/no-unescaped-entities */ -import axios from "axios"; import Head from "next/head"; import { Container } from "../Container"; -import { Radio, RadioGroup } from "../RadioGroup"; -import { useCkViewer } from "../useCkViewer"; export default function Confirm() { - const { data, mutate } = useCkViewer(); - return ( <>
@@ -19,65 +14,18 @@ export default function Confirm() {- - Please confirm your email. - {" "} - Please check your inbox for an email that just got sent. - You'll need to click the confirmation link to receive any - further emails. -
{" "} -
- If you don't see the email after a few minutes, you might
- check your spam folder or other filters and add{" "}
-
- hello@turborepo.org
-
{" "}
- to your contacts.
-
- Thanks,
-
- The Turborepo Team
-
+ Keep an eye on your inbox for product updates and + announcements from Turborepo and Vercel. +
{" "} +
+ Thanks,
+
+ The Turborepo Team
+