style: resend email underline

pull/3813/head
Arik Chakma 2 years ago
parent 765efd4eb6
commit 0fc72f2dcf
  1. 2
      src/components/Login/EmailLoginForm.tsx

@ -176,7 +176,7 @@ const EmailLoginForm: FunctionComponent<{}> = () => {
in your email. Or{' '} in your email. Or{' '}
<button <button
type="button" type="button"
className="font-semibold text-yellow-900 hover:text-yellow-800" className="font-semibold text-yellow-900 underline hover:text-yellow-800 hover:no-underline"
onClick={handleResendVerificationEmail} onClick={handleResendVerificationEmail}
> >
resend verification email. resend verification email.

Loading…
Cancel
Save