fix(ui): change stats title a bit
This commit is contained in:
parent
7d4bbf733e
commit
01a833a257
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ function AssistStats() {
|
|||
<Typography.Text strong style={{ marginBottom: 0 }}>
|
||||
{chartNames[i]}
|
||||
</Typography.Text>
|
||||
<div className={'flex gap-2 items-center'}>
|
||||
<div className={'flex gap-1 items-center'}>
|
||||
<Typography.Title style={{ marginBottom: 0 }} level={5}>
|
||||
{graphs.currentPeriod[i]
|
||||
? durationFromMsFormatted(graphs.currentPeriod[i])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue