mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Show active visitor count.
This commit is contained in:
parent
9f6e17b986
commit
b96cb0d975
14 changed files with 158 additions and 35 deletions
|
|
@ -44,7 +44,7 @@ export default function AccountSettings() {
|
|||
render: Checkmark,
|
||||
},
|
||||
{
|
||||
className: classNames(styles.buttons, 'col-12 col-md-4'),
|
||||
className: classNames(styles.buttons, 'col-12 col-md-4 pt-2 pt-md-0'),
|
||||
render: Buttons,
|
||||
},
|
||||
];
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ export default function WebsiteSettings() {
|
|||
{ key: 'domain', label: 'Domain', className: 'col-6 col-md-4' },
|
||||
{
|
||||
key: 'action',
|
||||
className: classNames(styles.buttons, 'col-12 col-md-4 pt-1'),
|
||||
className: classNames(styles.buttons, 'col-12 col-md-4 pt-2 pt-md-0'),
|
||||
render: Buttons,
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue