diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx index 45359435..4b5bfb87 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx @@ -3,6 +3,7 @@ import PairedDeviceCard from './PairedDeviceCard' import { Text } from '@status-im/components' import ExecClientCard from './ExecClientCard' import { Link } from 'react-router-dom' +import ConsensusGaugeCard from './ConsensusSelectionCard' const ConsensusSelection = () => { return ( @@ -11,13 +12,21 @@ const ConsensusSelection = () => { Validator Setup - + + + + - Execution Client Detection + Consensus Client Detection @@ -29,8 +38,8 @@ const ConsensusSelection = () => { - - Select Execution client + + Install Consensus client