diff --git a/src/pages/ValidatorOnboarding/Overview/Overview.tsx b/src/pages/ValidatorOnboarding/Overview/Overview.tsx index eb0b10e8..a00f5dac 100644 --- a/src/pages/ValidatorOnboarding/Overview/Overview.tsx +++ b/src/pages/ValidatorOnboarding/Overview/Overview.tsx @@ -1,4 +1,4 @@ -import { Text as TextTam, XStack, YStack } from 'tamagui' +import { XStack, YStack } from 'tamagui' import { Text } from '@status-im/components' import OverviewCard from './OverviewCard' @@ -7,13 +7,13 @@ 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 youre ready. + the deposit process when you're ready. By running a validator, you'll be responsible for securing the network and receive @@ -25,7 +25,7 @@ const Overview = () => { Ethereum network. { style={{ borderRadius: '16px', border: '1px solid rgba(0, 0, 0, 0.15)', - width: '46%', + width: '44%', padding: '12px 16px', backgroundColor: '#FFF', }} > - + {text}