Don't render link on share page.
Some checks failed
Create docker images (cloud) / Build, push, and deploy (push) Has been cancelled
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled

This commit is contained in:
Mike Cao 2026-01-22 03:02:15 -08:00
parent f84e67b0e6
commit 518f0b66c6
2 changed files with 9 additions and 3 deletions

View file

@ -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} />