From b8d2fb4602258b85ded85ce3f029a2d3b070bf88 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Wed, 3 May 2023 18:27:58 +0200 Subject: [PATCH] update terms & privacy policy links on sign-in page --- src/pages/sign-in.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/sign-in.tsx b/src/pages/sign-in.tsx index 9fc8756..da9b690 100644 --- a/src/pages/sign-in.tsx +++ b/src/pages/sign-in.tsx @@ -7,6 +7,7 @@ import Head from "next/head"; import { getProviders, signIn } from "next-auth/react"; import { getServerSession } from "next-auth"; import { authOptions } from "~/server/auth"; +import Link from "next/link"; const SignIn = ({ providers, @@ -44,8 +45,8 @@ const SignIn = ({

By signing in, you agree to our{" "} - Terms of Service and{" "} - Privacy Policy. + Terms of Service and{" "} + Privacy Policy.