Update Uptime cards

This commit is contained in:
Hristo Nedelkov 2023-10-06 11:09:13 +03:00
parent f66a848b69
commit b364d77b02
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import Icon from '../../../components/General/Icon'
const ConsensusUptimeCard = () => {
const monthlyActivity = [30,20,50,40,60,70,80,90,100,10,20,30]
const monthlyActivity = [3,0,5,4,6,7,8,9,10,1,2,3]
return (
<Shadow
variant="$2"

View File

@ -6,7 +6,7 @@ import UptimeChart from '../UptimeChart/UptimeChart'
const ExecutionUptime = () => {
const monthlyActivity = [0,20,0,0,0,10,0,0,0,0,0,30]
const monthlyActivity = [3,0,5,4,6,7,0,9,10,1,2,3]
return (
<Shadow
variant="$2"