Skip to content

Commit

Permalink
add social login team anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChibuzoEkwue committed Jul 29, 2024
1 parent 67acf1a commit 0e703af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(auth-routes)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const LoginPage = () => {

<div className="flex flex-col justify-center space-y-4 sm:flex-row sm:space-x-6 sm:space-y-0">
<Link
href={`${process.env.NEXT_PUBLIC_API_URL}/api/v1/auth/google-login`}
href={`${process.env.NEXT_PUBLIC_API_URL}/api/v1/auth/google`}
>
<Button className="flex items-center rounded-md border border-gray-300 bg-white px-4 py-4 text-gray-700 shadow-sm hover:bg-gray-50">
<Image
Expand Down

0 comments on commit 0e703af

Please sign in to comment.