From 5afc9819e5d029bea9cdea13953a04b81801e8ab Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sun, 17 Mar 2024 12:37:22 +0700 Subject: [PATCH] feat: missing S in email address --- apps/frontend/src/components/auth/forgot.tsx | 2 +- apps/frontend/src/components/auth/login.tsx | 2 +- apps/frontend/src/components/auth/register.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/frontend/src/components/auth/forgot.tsx b/apps/frontend/src/components/auth/forgot.tsx index 92bdf40e..c24f70ab 100644 --- a/apps/frontend/src/components/auth/forgot.tsx +++ b/apps/frontend/src/components/auth/forgot.tsx @@ -53,7 +53,7 @@ export function Forgot() { label="Email" {...form.register('email')} type="email" - placeholder="Email Addres" + placeholder="Email Address" />
diff --git a/apps/frontend/src/components/auth/login.tsx b/apps/frontend/src/components/auth/login.tsx index b6eeb90f..086cb9c2 100644 --- a/apps/frontend/src/components/auth/login.tsx +++ b/apps/frontend/src/components/auth/login.tsx @@ -70,7 +70,7 @@ export function Login() { label="Email" {...form.register('email')} type="email" - placeholder="Email Addres" + placeholder="Email Address" />