From f841683d820c182d4e5f57f12e85259829cb81fb Mon Sep 17 00:00:00 2001 From: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:28:09 +0530 Subject: [PATCH] fix: small typo error (#584) --- apps/web/src/app/(unauthenticated)/forgot-password/page.tsx | 2 +- apps/web/src/app/(unauthenticated)/signin/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx b/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx index 4f0617f7c..20ecddf4d 100644 --- a/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx +++ b/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx @@ -5,7 +5,7 @@ import { ForgotPasswordForm } from '~/components/forms/forgot-password'; export default function ForgotPasswordPage() { return (
No worries, it happens! Enter your email and we'll email you a special link to reset your diff --git a/apps/web/src/app/(unauthenticated)/signin/page.tsx b/apps/web/src/app/(unauthenticated)/signin/page.tsx index 868b0471d..a4890d849 100644 --- a/apps/web/src/app/(unauthenticated)/signin/page.tsx +++ b/apps/web/src/app/(unauthenticated)/signin/page.tsx @@ -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?