update cards grid

This commit is contained in:
Hristo Nedelkov 2023-10-20 13:42:32 +03:00
parent 1636c873f2
commit b649237532
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ const DashboardContent = () => {
}} }}
> >
<YStack> <YStack>
<XStack justifyContent="space-between"> <XStack justifyContent="space-between" flexWrap="wrap">
<ConsensusUptimeCard /> <ConsensusUptimeCard />
<ExecutionUptime /> <ExecutionUptime />
</XStack> </XStack>