fix:title

This commit is contained in:
Hristo Nedelkov 2024-01-25 15:24:18 +02:00
parent 4ac624dd86
commit 845c6bae58
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ const ConsensusSelection = () => {
<YStack style={{ width: '100%', padding: '32px' }} minHeight={'65vh'}>
<XStack justifyContent={'space-between'} alignItems={'center'} mb={'30px'} flexWrap="wrap">
<Text size={27} weight={'semibold'}>
Validator Setup
Client Setup
</Text>
<XStack space={'$2'} flexWrap="wrap">
<PairedDeviceCard />

View File

@ -20,7 +20,7 @@ const ValidatorSetupInstall = () => {
return (
<YStack style={{ padding: '26px 32px', width: 'fit-content' }}>
<Text size={27} weight={'semibold'}>
Validator Setup
Client Setup
</Text>
<YStack
style={{

View File

@ -14,7 +14,7 @@ const ValidatorSetup = () => {
>
<XStack justifyContent={'space-between'} alignItems={'center'} flexWrap="wrap" space={'$8'}>
<Text size={27} weight={'semibold'}>
Validator Setup
Client Setup
</Text>
<PairedDeviceCard />
</XStack>