made change

This commit is contained in:
Juthatip McDevitt 2024-03-31 14:17:27 -05:00
parent b3397d7649
commit b06e96266d

View file

@ -4,7 +4,7 @@ import { signIn } from "next-auth/react"
const LoginView = () => {
return (
<div className="w-full pt-11 text-center">
<div className="max-w-xs pt-11 text-center mx-auto">
<button onClick={() => signIn('google')} className="primary">Login</button>
</div>
)