mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +00:00
feat: add url to dashboard
This commit is contained in:
parent
8c766a152b
commit
fc5492072a
@ -50,7 +50,7 @@ const ContinueButton = ({ continueHandler, activeStep, subStepValidatorSetup }:
|
|||||||
{isActivationValScreen && (
|
{isActivationValScreen && (
|
||||||
<LinkWithArrow
|
<LinkWithArrow
|
||||||
text="Skip to Dashboard"
|
text="Skip to Dashboard"
|
||||||
to="/"
|
to="/dashboard"
|
||||||
arrowRight={true}
|
arrowRight={true}
|
||||||
style={{ fontWeight: 'bold', zIndex: 999 }}
|
style={{ fontWeight: 'bold', zIndex: 999 }}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user