From 3a589f94a7911a2a6aed345484969fd2cf065e6c Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Sun, 2 Apr 2023 01:24:40 +0600 Subject: [PATCH] fix: class -> className --- src/components/Profile/ForgotPasswordForm.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/Profile/ForgotPasswordForm.tsx b/src/components/Profile/ForgotPasswordForm.tsx index c3ab3c254..4ce43160a 100644 --- a/src/components/Profile/ForgotPasswordForm.tsx +++ b/src/components/Profile/ForgotPasswordForm.tsx @@ -60,18 +60,18 @@ export default function ForgotPasswordForm() { }; return ( -
-

+ +

Forgot password?

-

+

Enter the email address associated with your account, and we'll email you a link to reset your password.

@@ -79,7 +79,7 @@ export default function ForgotPasswordForm() { type="email" name="email" id="email" - class="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" + 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" required placeholder="arik@roadmap.sh" value={email} @@ -88,7 +88,7 @@ export default function ForgotPasswordForm() { {message && (
{isLoading ? (