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