From 0d07d0a4b5b66a138852f731ba40c1d730f0ea74 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Mon, 11 Sep 2023 10:24:39 +0300 Subject: [PATCH] fix: continue button with link and notification --- .../ValidatorOnboarding/ContinueButton.tsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 && ( )} + + - + ) }