mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Converted UTM report to a view.
This commit is contained in:
parent
06f76dda13
commit
d0d11225f4
24 changed files with 1815 additions and 1568 deletions
|
|
@ -28,7 +28,9 @@ export function ActiveUsers({
|
|||
|
||||
return (
|
||||
<StatusLight variant="success">
|
||||
<Text size="2">{formatMessage(messages.activeUsers, { x: count })}</Text>
|
||||
<Text size="2" weight="bold">
|
||||
{formatMessage(messages.activeUsers, { x: count })}
|
||||
</Text>
|
||||
</StatusLight>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue