Add forgot password page

This commit is contained in:
Ephraim Atta-Duncan
2023-06-05 12:50:11 +00:00
parent 447bf0cb76
commit 002b22b1a8
3 changed files with 115 additions and 2 deletions

View File

@@ -111,9 +111,11 @@ export default function Login(props: any) {
</div>
<div className="flex items-center justify-between">
<div className="text-sm">
<a href="#" className="hover:text-neon-700 font-medium text-gray-500">
<Link
href="/forgot-password"
className="hover:text-neon-700 font-medium text-gray-500">
Forgot your password?
</a>
</Link>
</div>
</div>
<div>