mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-28 02:50:45 +00:00
Update Overview.tsx
This commit is contained in:
parent
63c4ba12e0
commit
9853b7b218
@ -3,17 +3,16 @@ import { Text } from '@status-im/components'
|
|||||||
|
|
||||||
import OverviewCard from './OverviewCard'
|
import OverviewCard from './OverviewCard'
|
||||||
import LinkWithArrow from '../../../components/General/LinkWithArrow'
|
import LinkWithArrow from '../../../components/General/LinkWithArrow'
|
||||||
|
import OverviewWrapper from './OverviewWrapper'
|
||||||
|
|
||||||
const Overview = () => {
|
const Overview = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<YStack
|
<OverviewWrapper
|
||||||
className="layout-left"
|
imgHeight="250%"
|
||||||
space={'$5'}
|
rightImageSrc="./background-images/sync-status-background.png"
|
||||||
style={{ padding: '26px 0 32px 32px' }}
|
|
||||||
minHeight={'65vh'}
|
|
||||||
justifyContent={'space-between'}
|
|
||||||
>
|
>
|
||||||
|
<YStack>
|
||||||
<YStack space={'$5'}>
|
<YStack space={'$5'}>
|
||||||
<Text size={27} weight={'semibold'}>
|
<Text size={27} weight={'semibold'}>
|
||||||
Overview
|
Overview
|
||||||
@ -45,7 +44,8 @@ const Overview = () => {
|
|||||||
<OverviewCard text={'Validator Queue'} value={'92603'} />
|
<OverviewCard text={'Validator Queue'} value={'92603'} />
|
||||||
</XStack>
|
</XStack>
|
||||||
</YStack>
|
</YStack>
|
||||||
<section className="layout-right">
|
</OverviewWrapper>
|
||||||
|
{/* <section className="layout-right">
|
||||||
<div className="image-container">
|
<div className="image-container">
|
||||||
<img
|
<img
|
||||||
src="./background-images/sync-status-background.png"
|
src="./background-images/sync-status-background.png"
|
||||||
@ -53,7 +53,7 @@ const Overview = () => {
|
|||||||
className="background-img"
|
className="background-img"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section> */}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user