diff --git a/src/pages/ValidatorOnboarding/ContinueButton.tsx b/src/pages/ValidatorOnboarding/ContinueButton.tsx index a15a7491..5671d569 100644 --- a/src/pages/ValidatorOnboarding/ContinueButton.tsx +++ b/src/pages/ValidatorOnboarding/ContinueButton.tsx @@ -43,36 +43,36 @@ const ContinueButton = ({ const isActivationValScreen = activeStep === 3 && subStepValidatorSetup === 3 return ( - - {isCopyPastedPhrase && ( - + + + {isCopyPastedPhrase && ( } /> - - )} - + )} {isActivationValScreen && ( )} + + - + ) }