Update Overview.tsx

This commit is contained in:
Hristo Nedelkov 2024-01-05 09:49:54 +02:00
parent 1ea5286b01
commit fddf2ecdce

View File

@ -4,7 +4,7 @@ import { Text } from '@status-im/components'
import OverviewCard from './OverviewCard'
import LinkWithArrow from '../../../components/General/LinkWithArrow'
import OverviewWrapper from './OverviewWrapper'
import './overviewLayout.css'
const Overview = () => {
return (
<>
@ -37,7 +37,7 @@ const Overview = () => {
style={{ marginBottom: '1%', fontSize: '13px' }}
/>
</YStack>
<XStack space={'$3'}>
<XStack space={'$3'} className='overview-cards'>
<OverviewCard text={'Current APR'} value={'4.40%'} />
<OverviewCard text={'Total ETH Staked'} value={'9,451,123'} />
<OverviewCard text={'Estimated Activation Time'} value={'32 Days'} />