mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Goals components. Removed some completed reports.
This commit is contained in:
parent
7662b77ce3
commit
4552256930
39 changed files with 120 additions and 740 deletions
|
|
@ -80,12 +80,6 @@ export function WebsiteNav({ websiteId }: { websiteId: string }) {
|
|||
icon: <Icons.Network />,
|
||||
path: '/attribution',
|
||||
},
|
||||
{
|
||||
id: 'reports',
|
||||
label: formatMessage(labels.reports),
|
||||
icon: <Icons.Reports />,
|
||||
path: '/reports',
|
||||
},
|
||||
];
|
||||
|
||||
const selected = links.find(({ path }) => path && pathname.endsWith(path))?.id || 'overview';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue