From e41cc2f4e648728b4f5e7b71184ca0a73d8788b3 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Sun, 2 Apr 2023 21:00:09 +0600 Subject: [PATCH] chore: dummy placeholder --- src/components/Login/EmailLoginForm.tsx | 2 +- src/components/Login/EmailSignupForm.tsx | 4 ++-- src/components/Login/GoogleLogin.astro | 4 ++-- src/components/Profile/ForgotPasswordForm.tsx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Login/EmailLoginForm.tsx b/src/components/Login/EmailLoginForm.tsx index 59e1ae0e0..e74e5c816 100644 --- a/src/components/Login/EmailLoginForm.tsx +++ b/src/components/Login/EmailLoginForm.tsx @@ -130,7 +130,7 @@ const EmailLoginForm: FunctionComponent<{}> = () => { autoComplete="email" required className="block w-full appearance-none rounded-lg border border-gray-300 px-3 py-2 shadow-sm outline-none transition duration-150 ease-in-out placeholder:text-gray-400 focus:ring-2 focus:ring-black focus:ring-offset-1" - placeholder="Enter you email" + placeholder="john@example.com" value={email} onChange={(e) => setEmail(String((e.target as any).value))} /> diff --git a/src/components/Login/EmailSignupForm.tsx b/src/components/Login/EmailSignupForm.tsx index 51af3327e..6191dab52 100644 --- a/src/components/Login/EmailSignupForm.tsx +++ b/src/components/Login/EmailSignupForm.tsx @@ -63,7 +63,7 @@ const EmailSignupForm: FunctionComponent<{}> = () => { autoComplete="name" required className="block w-full appearance-none rounded-lg border border-gray-300 px-3 py-2 shadow-sm outline-none transition duration-150 ease-in-out placeholder:text-gray-400 focus:ring-2 focus:ring-black focus:ring-offset-1" - placeholder="Enter you name" + placeholder="John Doe" value={name} onChange={(e) => setName(String((e.target as any).value))} /> @@ -77,7 +77,7 @@ const EmailSignupForm: FunctionComponent<{}> = () => { autoComplete="email" required className="mt-2 block w-full appearance-none rounded-lg border border-gray-300 px-3 py-2 shadow-sm outline-none transition duration-150 ease-in-out placeholder:text-gray-400 focus:ring-2 focus:ring-black focus:ring-offset-1" - placeholder="Enter you email" + placeholder="john@example.com" value={email} onChange={(e) => setEmail(String((e.target as any).value))} /> diff --git a/src/components/Login/GoogleLogin.astro b/src/components/Login/GoogleLogin.astro index 215de41af..cedf352ad 100644 --- a/src/components/Login/GoogleLogin.astro +++ b/src/components/Login/GoogleLogin.astro @@ -7,7 +7,7 @@ import Spinner from '../Spinner.astro'; class='inline-flex h-10 w-full items-center justify-center rounded border border-slate-300 bg-white p-2 text-sm font-medium text-black outline-none transition duration-150 ease-in-out focus:ring-2 focus:ring-[#333] focus:ring-offset-1 disabled:opacity-60' id='google-login-button' > -