mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 22:15:35 +01:00
Merged compare logic. Removed compare page.
This commit is contained in:
parent
f69f793b87
commit
65ebd736b9
8 changed files with 31 additions and 63 deletions
|
|
@ -31,12 +31,6 @@ export function WebsiteTabs({ websiteId }: { websiteId: string }) {
|
|||
icon: <Icons.Clock />,
|
||||
path: '/realtime',
|
||||
},
|
||||
{
|
||||
id: 'compare',
|
||||
label: formatMessage(labels.compare),
|
||||
icon: <Icons.Compare />,
|
||||
path: '/compare',
|
||||
},
|
||||
{
|
||||
id: 'reports',
|
||||
label: formatMessage(labels.reports),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue