From 52bcbc0dce15b4985337a4362f22e12b9b23813b Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Fri, 22 Sep 2023 08:46:07 +0300 Subject: [PATCH] fix: swap activation and deposit --- src/pages/ValidatorOnboarding/FormStepper/FormStepper.tsx | 2 +- src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 && }