fix data cards

This commit is contained in:
Hristo Nedelkov 2023-10-19 18:27:36 +03:00
parent 0508a93b90
commit 161d10e2ca
1 changed files with 2 additions and 2 deletions

View File

@ -70,11 +70,11 @@ const DashboardContent = () => {
<DeviceUptime />
</YStack>
<YStack >
<XStack space="$4">
<XStack space="$4" flexWrap='wrap'>
<StorageCard maxStorage={100} storage={82} />
<CPUCard load={[12, 31, 3, 2, 24, 98]} />
</XStack>
<XStack space="$4">
<XStack space="$4" flexWrap='wrap'>
<MemoryCard currentMemory={[21, 33, 3, 42, 35]} maxMemory={50} />
<NetworkCard
downloadRate={[12, 31, 22, 12, 23, 23, 90]}