#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} />
|
<Submit label={__('Verify')} disabled={isPending} />
|
||||||
{cancelButton}
|
{cancelButton}
|
||||||
<Button
|
<Button
|
||||||
button="inverse"
|
button="link"
|
||||||
label={__('Resend Verification Email')}
|
label={__('Resend verification email')}
|
||||||
onClick={this.handleResendVerificationEmail}
|
onClick={this.handleResendVerificationEmail}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue