fix: add a button in the footer of the card
This commit is contained in:
parent
4676799c14
commit
17cf98a4bd
1 changed files with 5 additions and 0 deletions
|
@ -158,6 +158,11 @@ function Invited(props: Props) {
|
|||
}
|
||||
actions={
|
||||
<div className="card__actions">
|
||||
<Button
|
||||
button="primary"
|
||||
label={hasVerifiedEmail ? __('Finish Account') : __('Create Account')}
|
||||
navigate={`/$/${PAGES.AUTH}?redirect=/$/${PAGES.INVITE}/${referrer}`}
|
||||
/>
|
||||
<Button button="link" label={__('Skip')} onClick={handleDone} />
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue