fix: small typo error (#584)

This commit is contained in:
Anik Dhabal Babu
2023-11-03 07:28:09 +05:30
committed by Mythie
parent 8ae860432d
commit f841683d82
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import { ForgotPasswordForm } from '~/components/forms/forgot-password';
export default function ForgotPasswordPage() {
return (
<div>
<h1 className="text-4xl font-semibold">Forgotten your password?</h1>
<h1 className="text-4xl font-semibold">Forgot your password?</h1>
<p className="text-muted-foreground mt-2 text-sm">
No worries, it happens! Enter your email and we'll email you a special link to reset your

View File

@ -25,7 +25,7 @@ export default function SignInPage() {
href="/forgot-password"
className="text-muted-foreground text-sm duration-200 hover:opacity-70"
>
Forgotten your password?
Forgot your password?
</Link>
</p>
</div>