mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Don't render link on share page.
This commit is contained in:
parent
f84e67b0e6
commit
518f0b66c6
2 changed files with 9 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ export function SharePage({ shareId }) {
|
|||
<PageBody gap>
|
||||
<Header whiteLabel={whiteLabel} />
|
||||
<WebsiteProvider websiteId={shareToken.websiteId}>
|
||||
<WebsiteHeader showActions={false} />
|
||||
<WebsiteHeader showActions={false} allowLink={false} />
|
||||
<WebsitePage websiteId={shareToken.websiteId} />
|
||||
</WebsiteProvider>
|
||||
<Footer whiteLabel={whiteLabel} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue