diff --git a/src/pages/ValidatorOnboarding/FormStepper/FormStepper.tsx b/src/pages/ValidatorOnboarding/FormStepper/FormStepper.tsx index 5232656c..29bca766 100644 --- a/src/pages/ValidatorOnboarding/FormStepper/FormStepper.tsx +++ b/src/pages/ValidatorOnboarding/FormStepper/FormStepper.tsx @@ -13,8 +13,8 @@ const steps = [ { label: 'Client Setup', subtitle: 'Execution & Consensus' }, { label: 'Validator Setup', subtitle: 'Validators & Withdrawal' }, { label: 'Key Generation', subtitle: 'Secure your Keypairs' }, - { label: 'Activation', subtitle: 'Complete Setup' }, { label: 'Deposit', subtitle: 'Stake your ETH' }, + { label: 'Activation', subtitle: 'Complete Setup' }, ] const FormStepper = ({ activeStep, changeActiveStep }: FormStepperProps) => { diff --git a/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx b/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx index 61681bb1..547e1a3c 100644 --- a/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx @@ -106,7 +106,8 @@ const ValidatorOnboarding = () => { {activeStep === 3 && subStepValidatorSetup === 3 && } {activeStep === 4 && } - {activeStep === 5 && ( + {activeStep === 5 && } + {activeStep === 6 && ( { validatorQueueValue="92603" /> )} - {activeStep === 6 && }