#1492 Changing button text and type as per reviewew comments

This commit is contained in:
Amit Nandan P 2018-06-08 00:08:06 -05:00
parent 00c5df0b39
commit 0e5d9b28fc

View file

@ -78,8 +78,8 @@ class UserEmailVerify extends React.PureComponent<Props, State> {
<Submit label={__('Verify')} disabled={isPending} />
{cancelButton}
<Button
button="inverse"
label={__('Resend Verification Email')}
button="link"
label={__('Resend verification email')}
onClick={this.handleResendVerificationEmail}
/>
</div>