Skip to content

Commit

Permalink
fix: image import
Browse files Browse the repository at this point in the history
  • Loading branch information
kleenpulse committed Jul 25, 2024
1 parent 738dfc2 commit 74bb581
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 @@ -103,7 +103,7 @@ const LoginPage = () => {
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="/images/goggle.svg"
src="/images/google.svg"
width={20}
height={20}
alt="Goggle"
Expand Down

0 comments on commit 74bb581

Please sign in to comment.