From 593819d8bf4f97181a6b9f134462919a38c876da Mon Sep 17 00:00:00 2001 From: Ivana Andersson Date: Thu, 7 Sep 2023 14:39:08 +0300 Subject: [PATCH] feat: make all y stacks to be the same height --- .../ClientSetup/ClientSetup.tsx | 2 +- .../ValidatorOnboarding/Overview/Overview.tsx | 54 +++++++++++-------- .../ValidatorSetup/ValidatorSetup.tsx | 14 +++-- 3 files changed, 41 insertions(+), 29 deletions(-) diff --git a/src/pages/ValidatorOnboarding/ClientSetup/ClientSetup.tsx b/src/pages/ValidatorOnboarding/ClientSetup/ClientSetup.tsx index 5675f892..aa69ed88 100644 --- a/src/pages/ValidatorOnboarding/ClientSetup/ClientSetup.tsx +++ b/src/pages/ValidatorOnboarding/ClientSetup/ClientSetup.tsx @@ -6,7 +6,7 @@ import LinkWithArrow from '../../../components/General/LinkWithArrow' const ClientSetup = () => { return ( - + diff --git a/src/pages/ValidatorOnboarding/Overview/Overview.tsx b/src/pages/ValidatorOnboarding/Overview/Overview.tsx index 7f32491f..898fd087 100644 --- a/src/pages/ValidatorOnboarding/Overview/Overview.tsx +++ b/src/pages/ValidatorOnboarding/Overview/Overview.tsx @@ -7,29 +7,37 @@ import LinkWithArrow from '../../../components/General/LinkWithArrow' const Overview = () => { return ( <> - - - Overview - - - Becoming a validator is a big responsibility with important preparation steps. Only start - the deposit process when you're ready. - - - By running a validator, you'll be responsible for securing the network and receive - continuous payouts for actions that help the network reach consensus. - - - Since the successful transition to proof-of-stake via The Merge, Ethereum is fully secured - by proof-of-stake validators. By running a validator, you'll be helping to secure the - Ethereum network. - - + + + + Overview + + + Becoming a validator is a big responsibility with important preparation steps. Only + start the deposit process when you're ready. + + + By running a validator, you'll be responsible for securing the network and receive + continuous payouts for actions that help the network reach consensus. + + + Since the successful transition to proof-of-stake via The Merge, Ethereum is fully + secured by proof-of-stake validators. By running a validator, you'll be helping to + secure the Ethereum network. + + + diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorSetup.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorSetup.tsx index 2fc1e5e6..05b392b9 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorSetup.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorSetup.tsx @@ -7,8 +7,12 @@ import LinkWithArrow from '../../../components/General/LinkWithArrow' const ValidatorSetup = () => { return ( - - + + Validator Setup @@ -21,7 +25,7 @@ const ValidatorSetup = () => { Execution Client Detection - + No existing execution client installations have been detected on paired device. @@ -30,7 +34,7 @@ const ValidatorSetup = () => { - + Select Execution client @@ -43,7 +47,7 @@ const ValidatorSetup = () => { )