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.
|
and security updates.
|
||||||
</I18nMessage>
|
</I18nMessage>
|
||||||
}
|
}
|
||||||
actions={<Button button="primary" requiresAuth label={__('Unlock Rewards')} />}
|
actions={
|
||||||
|
<Button
|
||||||
|
button="primary"
|
||||||
|
navigate={`/$/${PAGES.AUTH}?redirect=/$/${PAGES.REWARDS}`}
|
||||||
|
label={__('Unlock Rewards')}
|
||||||
|
/>
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue