mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
remove sessions link
This commit is contained in:
parent
161da582ba
commit
2742f1708d
1 changed files with 5 additions and 5 deletions
|
|
@ -45,11 +45,11 @@ export function WebsiteHeader({
|
|||
icon: <Icons.Reports />,
|
||||
path: '/reports',
|
||||
},
|
||||
{
|
||||
label: formatMessage(labels.sessions),
|
||||
icon: <Icons.User />,
|
||||
path: '/sessions',
|
||||
},
|
||||
// {
|
||||
// label: formatMessage(labels.sessions),
|
||||
// icon: <Icons.User />,
|
||||
// path: '/sessions',
|
||||
// },
|
||||
{
|
||||
label: formatMessage(labels.events),
|
||||
icon: <Icons.Nodes />,
|
||||
|
|
|
|||
Loading…
Reference in a new issue