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 0e703af commit 9bd1573
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/(auth-routes)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ const LoginPage = () => {
</div>

<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`}
>
<Link 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
src={Google}
Expand Down

0 comments on commit 9bd1573

Please sign in to comment.