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 ? (