mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
clear code
This commit is contained in:
parent
8db9326c4d
commit
7979afa688
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user