mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Updated header nav.
This commit is contained in:
parent
22333a1e9a
commit
1e52eeb0f0
1 changed files with 8 additions and 8 deletions
|
|
@ -32,25 +32,25 @@ export function WebsiteHeader({
|
||||||
path: '',
|
path: '',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: formatMessage(labels.compare),
|
label: formatMessage(labels.events),
|
||||||
icon: <Icons.Compare />,
|
icon: <Lightning />,
|
||||||
path: '/compare',
|
path: '/events',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: formatMessage(labels.sessions),
|
label: formatMessage(labels.sessions),
|
||||||
icon: <Icons.User />,
|
icon: <Icons.User />,
|
||||||
path: '/sessions',
|
path: '/sessions',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: formatMessage(labels.events),
|
|
||||||
icon: <Lightning />,
|
|
||||||
path: '/events',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: formatMessage(labels.realtime),
|
label: formatMessage(labels.realtime),
|
||||||
icon: <Icons.Clock />,
|
icon: <Icons.Clock />,
|
||||||
path: '/realtime',
|
path: '/realtime',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: formatMessage(labels.compare),
|
||||||
|
icon: <Icons.Compare />,
|
||||||
|
path: '/compare',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: formatMessage(labels.reports),
|
label: formatMessage(labels.reports),
|
||||||
icon: <Icons.Reports />,
|
icon: <Icons.Reports />,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue