mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Refactor UniqueSessions component for improved formatting
This commit is contained in:
parent
0e5e59ad79
commit
49c31c1e2c
1 changed files with 3 additions and 4 deletions
|
|
@ -16,12 +16,11 @@ const UniqueSessions = ({ websiteId }) => {
|
||||||
return (
|
return (
|
||||||
<Container className="flex items-center gap-8">
|
<Container className="flex items-center gap-8">
|
||||||
<Text size="5" color="gray">
|
<Text size="5" color="gray">
|
||||||
{' '}
|
Unique Sessions:
|
||||||
Unique Sessions:{' '}
|
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="5" className="text-white" weight="bold">
|
<Text size="5" className="text-white mr-3" weight="bold">
|
||||||
{' '}
|
{' '}
|
||||||
{uniqueSessionCount}{' '}
|
{uniqueSessionCount}
|
||||||
</Text>
|
</Text>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue