mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +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
|
|
@ -38,7 +38,7 @@ export function Nav(props: any) {
|
|||
].filter(n => n);
|
||||
|
||||
return (
|
||||
<SideNav {...props} isCollapsed={isCollapsed} variant="2" showBorder={true}>
|
||||
<SideNav {...props} isCollapsed={isCollapsed} variant="0" showBorder={true}>
|
||||
<SideNavSection>
|
||||
<SideNavHeader label="umami" icon={<Icons.Logo />} />
|
||||
</SideNavSection>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue