From f72498a579bbe5b92ea9e56c013f85db34c4bb37 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Tue, 24 Oct 2023 06:39:41 +0300 Subject: [PATCH] feat: use new cards component --- .../ValidatorSetup/ValidatorSetup.tsx | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorSetup/ValidatorSetup.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorSetup/ValidatorSetup.tsx index 93c42acc..66f54f1f 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorSetup/ValidatorSetup.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorSetup/ValidatorSetup.tsx @@ -1,9 +1,9 @@ -import { XStack, Stack, Text as TextTam, YStack } from 'tamagui' +import { XStack, Stack, YStack } from 'tamagui' import { Text } from '@status-im/components' import PairedDeviceCard from '../ConsensusClient/PairedDeviceCard' -import ExecClientCard from './ExecClientCard' import LinkWithArrow from '../../../../components/General/LinkWithArrow' +import ExecClientCards from './ExecClientCards' const ValidatorSetup = () => { return ( @@ -18,7 +18,6 @@ const ValidatorSetup = () => { - @@ -33,17 +32,7 @@ const ValidatorSetup = () => { again. - - - Select Execution client - - - - - - - - +