mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
Small fixes.
This commit is contained in:
parent
5536e0b7e7
commit
efd4f4ca00
31 changed files with 621 additions and 586 deletions
|
|
@ -46,9 +46,9 @@ export function Nav() {
|
|||
].filter(n => n);
|
||||
|
||||
return (
|
||||
<SideNav isCollapsed={isCollapsed}>
|
||||
<SideNav isCollapsed={isCollapsed} variant="3">
|
||||
<SideNavSection>
|
||||
<SideNavHeader name="umami" icon={<Icons.Logo />} />
|
||||
<SideNavHeader label="umami" icon={<Icons.Logo />} />
|
||||
</SideNavSection>
|
||||
<SideNavSection>
|
||||
{links.map(({ href, label, icon }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue