mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
New properties screens. New website nav.
This commit is contained in:
parent
a9a9b57f80
commit
01bfd7f52e
17 changed files with 536 additions and 557 deletions
|
|
@ -40,7 +40,7 @@ export function AdminLayout({ children }: { children: ReactNode }) {
|
|||
<PageBody>
|
||||
<Column gap="6">
|
||||
<PageHeader title={formatMessage(labels.admin)} />
|
||||
<Grid columns="160px 1fr" gap>
|
||||
<Grid columns="200px 1fr" gap>
|
||||
<Column>
|
||||
<SideMenu items={items} selectedKey={value} />
|
||||
</Column>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue