mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
Fixed editing and navigation issues.
This commit is contained in:
parent
bf6c9395c6
commit
8c26e310f7
52 changed files with 118 additions and 122 deletions
|
|
@ -4,7 +4,7 @@ import Script from 'next/script';
|
|||
import { usePathname } from 'next/navigation';
|
||||
import { UpdateNotice } from './UpdateNotice';
|
||||
import { SideNav } from '@/app/(main)/SideNav';
|
||||
import { MenuBar } from '@/app/(main)/MenuBar';
|
||||
import { TopNav } from '@/app/(main)/TopNav';
|
||||
import { useLoginQuery, useConfig } from '@/components/hooks';
|
||||
|
||||
export function App({ children }) {
|
||||
|
|
@ -35,7 +35,7 @@ export function App({ children }) {
|
|||
<SideNav />
|
||||
</Column>
|
||||
<Row gridColumn="2 / 3" gridRow="1 / 2">
|
||||
<MenuBar />
|
||||
<TopNav />
|
||||
</Row>
|
||||
<Column
|
||||
gridColumn="2 / 3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue