diff --git a/src/pages/ValidatorOnboarding/Overview/Overview.tsx b/src/pages/ValidatorOnboarding/Overview/Overview.tsx index 898fd087..d9e432cd 100644 --- a/src/pages/ValidatorOnboarding/Overview/Overview.tsx +++ b/src/pages/ValidatorOnboarding/Overview/Overview.tsx @@ -3,49 +3,49 @@ import { Text } from '@status-im/components' import OverviewCard from './OverviewCard' import LinkWithArrow from '../../../components/General/LinkWithArrow' +import OverviewWrapper from './OverviewWrapper' 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. + + + + + + + + + - - - - - - - -
+ + {/*
{ className="background-img" />
-
+
*/} ) }