feat: add url to dashboard

This commit is contained in:
RadoslavDimchev 2023-10-08 17:16:53 +03:00
parent 8c766a152b
commit fc5492072a

View File

@ -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 }}
/> />