mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Move active users status.
This commit is contained in:
parent
1648707fc7
commit
c3973f5fb5
2 changed files with 5 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export function ActiveUsers({ websiteId, value, refetchInterval = 60000 }) {
|
|||
}
|
||||
|
||||
return (
|
||||
<StatusLight variant="success">
|
||||
<StatusLight className={styles.container} variant="success">
|
||||
<div className={styles.text}>{formatMessage(messages.activeUsers, { x: count })}</div>
|
||||
</StatusLight>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue