mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
add websiteheader to share page. Fix overview WebsiteNav Bug
This commit is contained in:
parent
c3dad5b7ef
commit
c7a0d65590
2 changed files with 21 additions and 18 deletions
|
|
@ -131,6 +131,7 @@ export function SharePage({ shareId, path = '' }: { shareId: string; path?: stri
|
|||
<WebsiteProvider websiteId={websiteId}>
|
||||
<ShareHeader whiteLabel={whiteLabel} />
|
||||
<Column>
|
||||
<WebsiteHeader showActions={false} />
|
||||
<PageComponent websiteId={websiteId} />
|
||||
</Column>
|
||||
<ShareFooter whiteLabel={whiteLabel} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue