fix reward link
This commit is contained in:
parent
f625771ace
commit
9d0a7ce20e
1 changed files with 7 additions and 1 deletions
|
@ -28,7 +28,13 @@ function RewardAuthIntro(props: Props) {
|
|||
and security updates.
|
||||
</I18nMessage>
|
||||
}
|
||||
actions={<Button button="primary" requiresAuth label={__('Unlock Rewards')} />}
|
||||
actions={
|
||||
<Button
|
||||
button="primary"
|
||||
navigate={`/$/${PAGES.AUTH}?redirect=/$/${PAGES.REWARDS}`}
|
||||
label={__('Unlock Rewards')}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue