Update Uptime cards
This commit is contained in:
parent
f66a848b69
commit
b364d77b02
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue