pass new props

This commit is contained in:
Hristo Nedelkov 2024-01-27 09:22:37 +02:00
parent c9aacf51fa
commit afb4a2d255

View File

@ -54,7 +54,7 @@ const ActivationValidatorSetup = () => {
<XStack space={'$3'} flexWrap={windowSize.width < 780 ? 'wrap' : 'nowrap'} width="100%">
<ActivationCard text="Validator Queue" value="92603" />
<ActivationCard text="Estimated Activation Time" value="32 Days" />
<ActivationCard text="Current APR" value="4.40%" />
<ActivationCard text="Current APR" value="4.40%" isLast={true}/>
</XStack>
</YStack>
</YStack>