mirror of
https://github.com/umami-software/umami.git
synced 2026-02-22 05:25:36 +01:00
update UTM report to use new UTM columns
This commit is contained in:
parent
822ddee9ae
commit
6829d96862
4 changed files with 40 additions and 34 deletions
|
|
@ -10,7 +10,7 @@ export function WebsiteLayout({ websiteId, children }: { websiteId: string; chil
|
|||
return (
|
||||
<WebsiteProvider websiteId={websiteId}>
|
||||
<Grid columns="auto 1fr" width="100%" height="100%">
|
||||
<Column height="100%" border="right" backgroundColor>
|
||||
<Column height="100%" border="right" backgroundColor marginRight="2">
|
||||
<WebsiteNav websiteId={websiteId} />
|
||||
</Column>
|
||||
<PageBody gap>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue