clear code

This commit is contained in:
Hristo Nedelkov 2024-01-30 14:47:30 +02:00
parent 8db9326c4d
commit 7979afa688

View File

@ -35,9 +35,8 @@ const ActivationValidatorSetup = () => {
making a deposit.
</Text>
</Stack>
<YStack space={'$3'} marginTop={'25px'}>
<YStack marginTop={'25px'}>
<XStack
space={'$3'}
width="100%"
flexWrap={windowSize.width < 780 ? 'wrap' : 'nowrap'}
>
@ -57,7 +56,6 @@ const ActivationValidatorSetup = () => {
/>
</XStack>
<XStack
space={'$3'}
flexWrap={windowSize.width < 780 ? 'wrap' : 'nowrap'}
width="100%"
>
@ -66,7 +64,7 @@ const ActivationValidatorSetup = () => {
text="Estimated Activation Time"
value="32 Days"
/>
<ActivationCard text="Current APR" value="4.40%" isLast={true} />
<ActivationCard text="Current APR" value="4.40%" />
</XStack>
</YStack>
</YStack>