From 66baf24d8c767622b383ffffcccfeafa63b75d7b Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 18 Jan 2024 18:26:41 +0200 Subject: [PATCH] fix: remove commented old code --- .../ValidatorOnboarding/Overview/Overview.tsx | 83 ++++++++----------- 1 file changed, 36 insertions(+), 47 deletions(-) diff --git a/src/pages/ValidatorOnboarding/Overview/Overview.tsx b/src/pages/ValidatorOnboarding/Overview/Overview.tsx index 63fb2258..724c5364 100644 --- a/src/pages/ValidatorOnboarding/Overview/Overview.tsx +++ b/src/pages/ValidatorOnboarding/Overview/Overview.tsx @@ -8,54 +8,43 @@ import './overviewLayout.css' 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. - - - - - - - - - - - - {/*
-
- background + + + + 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. + + -
-
*/} - + + + + + + + + + ) }