Skip to content

Commit

Permalink
link to /forgot-password
Browse files Browse the repository at this point in the history
  • Loading branch information
kleenpulse committed Jul 25, 2024
1 parent 71e5784 commit 738dfc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/(auth-routes)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@ const LoginPage = () => {
)}
/>
<div className="text-sm">
<a
href="#"
<Link
href="/forgot-password"
className="text-neutralColor-dark-2 text-sm font-medium"
>
Forgot Password?
</a>
</Link>
</div>
</div>
<Button
Expand Down

0 comments on commit 738dfc2

Please sign in to comment.