mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Merge branch 'master' of https://github.com/mikecao/umami
This commit is contained in:
commit
fa20f7f67f
9 changed files with 67 additions and 24 deletions
|
|
@ -38,7 +38,7 @@ export default function ActiveUsers({ websiteId, className }) {
|
|||
<animated.div className={styles.value}>
|
||||
{props.x.interpolate(x => x.toFixed(0))}
|
||||
</animated.div>
|
||||
<div>{`current vistor${count !== 1 ? 's' : ''}`}</div>
|
||||
<div>{`current visitor${count !== 1 ? 's' : ''}`}</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue