Fix left aligned statistic items
This commit is contained in:
@@ -74,7 +74,7 @@ const series = [
|
|||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2>Hardware Info</h2>
|
<h2>Hardware Info</h2>
|
||||||
<Row gutter={[16, 16]}>
|
<Row gutter={[16, 16]} justify="space-around">
|
||||||
<StatisticItem
|
<StatisticItem
|
||||||
title={series[0].name}
|
title={series[0].name}
|
||||||
value={`${currentCPUUsage}`}
|
value={`${currentCPUUsage}`}
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ export default function ViewersOverTime() {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h2>Current Viewers</h2>
|
<h2>Current Viewers</h2>
|
||||||
<Row gutter={[16, 16]}>
|
<Row gutter={[16, 16]} justify="space-around">
|
||||||
<StatisticItem
|
<StatisticItem
|
||||||
title="Current viewers"
|
title="Current viewers"
|
||||||
value={viewerCount.toString()}
|
value={viewerCount.toString()}
|
||||||
|
|||||||
Reference in New Issue
Block a user