diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/ValidatorInstall.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/ValidatorInstall.tsx index 605d37b8..556d4b0a 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/ValidatorInstall.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/ValidatorInstall.tsx @@ -1,16 +1,13 @@ import { XStack, Stack, YStack } from 'tamagui' import { InformationBox, Text } from '@status-im/components' import { CloseCircleIcon } from '@status-im/icons' -import { useState } from 'react' import { useSelector } from 'react-redux' -import SyntaxHighlighterBox from './SyntaxHighlighter' import { RootState } from '../../../../redux/store' -import { LINUX, MAC, WINDOWS } from '../../../../constants' -import OSCard from './OSCard' +import SyntaxHighlighterBox from './SyntaxHighlighter' +import OSCards from './OSCards' const ValidatorSetupInstall = () => { - const [selectedOs, setSelectedOs] = useState(MAC) const selectedClient = useSelector((state: RootState) => state.execClient.selectedClient) return ( @@ -56,26 +53,7 @@ const ValidatorSetupInstall = () => { releases can be found here. Instructions for updating existing Geth installations are also provided in each section. - - setSelectedOs(MAC)} - /> - setSelectedOs(LINUX)} - /> - setSelectedOs(WINDOWS)} - /> - + Package Managers