diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx index fe8a66e8..b3aa9752 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx @@ -3,7 +3,8 @@ import PairedDeviceCard from './PairedDeviceCard' import { Text } from '@status-im/components' import ConsensusGaugeCard from './ConsensusGaugeCard' import ConsensusClientCard from './ConsensusClientCard' - +import LinkWithArrow from '../../../components/General/LinkWithArrow' + const ConsensusSelection = () => { const a = [ { @@ -47,8 +48,24 @@ const ConsensusSelection = () => { Install Consensus client - + + + The resource efficient Ethereum Clients. + + Nimbus is a client implementation for both execution and consensus layers that strives + to be as lightweight as possible in terms of resources used. This allows it to perform + well on embedded systems, resource-restricted devices -- including Raspberry Pis -- and + multi-purpose servers. + + + + + )