#1492 Changing button text and type as per reviewew comments
This commit is contained in:
parent
00c5df0b39
commit
0e5d9b28fc
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue