Fix texts and cards order
This commit is contained in:
parent
8a16183a25
commit
f6f9c07155
|
@ -79,7 +79,7 @@ const ValidatorOnboarding = () => {
|
|||
{activeStep === 1 && <Advisories />}
|
||||
{activeStep === 2 && <ClientSetup />}
|
||||
|
||||
{activeStep === 3 && subStepValidatorSetup === 0 && <ActivationValidatorSetup />}
|
||||
{activeStep === 3 && subStepValidatorSetup === 0 && <ValidatorSetup />}
|
||||
{activeStep === 3 && subStepValidatorSetup === 1 && <ValidatorSetupInstall />}
|
||||
{activeStep === 3 && subStepValidatorSetup === 2 && <ConsensusSelection />}
|
||||
{activeStep === 3 && subStepValidatorSetup === 3 && <ActivationValidatorSetup />}
|
||||
|
|
|
@ -67,14 +67,14 @@ const ActivationValidatorSetup = () => {
|
|||
/>
|
||||
</XStack>
|
||||
<XStack space={'$3'}>
|
||||
<ActivationCard text="Current APR" value="4.40%" />
|
||||
<ActivationCard text="Estimated Activation Time" value="32 Days" />
|
||||
<ActivationCard text="Validator Queue" value="92603" />
|
||||
<ActivationCard text="Estimated Activation Time" value="32 Days" />
|
||||
<ActivationCard text="Current APR" value="4.40%" />
|
||||
</XStack>
|
||||
</YStack>
|
||||
</YStack>
|
||||
<LinkWithArrow
|
||||
text="Edit Validators"
|
||||
text="Skip to Dashboard"
|
||||
to="/"
|
||||
arrowLeft={true}
|
||||
style={{ marginTop: '44px', marginBottom: '88px' }}
|
||||
|
|
Loading…
Reference in New Issue