Fixed default date range handling. Added header to share page.

This commit is contained in:
Mike Cao 2025-10-05 16:02:23 -07:00
parent c5994e5eb6
commit caf04015bb
6 changed files with 28 additions and 16 deletions

View file

@ -21,7 +21,7 @@ export function WebsiteLayout({ websiteId, children }: { websiteId: string; chil
</Column>
)}
<PageBody gap>
<WebsiteHeader />
<WebsiteHeader showActions />
<Column>{children}</Column>
</PageBody>
</Grid>