diff --git a/src/pages/ValidatorOnboarding/Overview/Overview.tsx b/src/pages/ValidatorOnboarding/Overview/Overview.tsx index 131e5bd6..3f44b4f2 100644 --- a/src/pages/ValidatorOnboarding/Overview/Overview.tsx +++ b/src/pages/ValidatorOnboarding/Overview/Overview.tsx @@ -1,61 +1,55 @@ import { Stack, Text as TextTam, XStack, YStack } from 'tamagui' -import { Button, Text } from '@status-im/components' +import { Text } from '@status-im/components' import { Link } from 'react-router-dom' import OverviewCard from './OverviewCard' import { ArrowRightIcon } from '@status-im/icons' -import ValidatorBoxWrapper from '../ValidatorBoxWrapper/ValidatorBoxWrapper' const Overview = () => { return ( <> - - - - Overview - - - Becoming a validator is a big responsibility with important preparation steps. Only - start the deposit process when youre ready. + + + Overview + + + Becoming a validator is a big responsibility with important preparation steps. Only start + the deposit process when youre 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. + + + + + + Learn more + + + - - 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. - - - - - - Learn more - - - - - - - - - - - - -
-
- background -
-
-
- - - + + + + + + + + +
+
+ background +
+
) }