From e6cd435278896cf3ddd7f807776121f413df9123 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Wed, 23 Aug 2023 15:04:24 +0300 Subject: [PATCH] Add texts --- .../ValidatorOnboarding.tsx | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx b/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx index baa1af08..62083164 100644 --- a/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx @@ -1,7 +1,6 @@ import { YStack } from 'tamagui' import { Shadow, Text } from '@status-im/components' import FormStepper from './Stepper' -import Titles from '../../components/General/Titles' import PageWrapperGradient from '../../components/PageWrappers/PageWrapperGradient' function ValidatorOnboarding() { @@ -31,11 +30,24 @@ function ValidatorOnboarding() { }} className="content" > - - + + + 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. +