add websiteheader to share page. Fix overview WebsiteNav Bug

This commit is contained in:
Francis Cao 2026-01-27 22:17:49 -08:00
parent c3dad5b7ef
commit c7a0d65590
2 changed files with 21 additions and 18 deletions

View file

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