clear code

This commit is contained in:
Hristo Nedelkov 2024-01-18 18:47:21 +02:00
parent 9e48907400
commit 9cba0d88d4
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ const ConsensusSelection = () => {
Install Consensus client
</TextTam>
<XStack space={'$8'} flexWrap="wrap">
<XStack space={'$8'} flexWrap="wrap">
<ConsensusClientCard name={clients[0].name} icon={clients[0].icon} />
<YStack width={'67%'} maxWidth="550px" space={'$4'}>
<Text size={19}>The resource efficient Ethereum Clients.</Text>

View File

@ -1,4 +1,4 @@
import { Stack, XStack, YStack } from 'tamagui'
import { Stack, YStack } from 'tamagui'
import { Text } from '@status-im/components'
import ExecClientCard from './ExecClientCard'