assorted cleanup

This commit is contained in:
gingervitis
2020-11-13 03:57:57 -08:00
parent 2211572ba1
commit 72d9ff4edb
6 changed files with 19 additions and 26 deletions

View File

@@ -109,19 +109,16 @@ export default function ViewersOverTime() {
title="Current viewers"
value={viewerCount.toString()}
prefix={<UserOutlined />}
color="#334"
/>
<StatisticItem
title="Peak viewers this session"
value={sessionPeakViewerCount.toString()}
prefix={<UserOutlined />}
color="#334"
/>
<StatisticItem
title="Peak viewers overall"
value={overallPeakViewerCount.toString()}
prefix={<UserOutlined />}
color="#334"
/>
</Row>
<div className="chart-container">