From 383279b5aa065a50fc56b2fb45790131ca08a142 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Wed, 30 Aug 2023 20:32:42 +0300 Subject: [PATCH] Add gauge card --- .../ValidatorSetup/ConsensusSelection.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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