From c7a0d655904a390bd4afe4b377ce0c6f9f395245 Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Tue, 27 Jan 2026 22:17:49 -0800 Subject: [PATCH] add websiteheader to share page. Fix overview WebsiteNav Bug --- .../websites/[websiteId]/WebsiteLayout.tsx | 38 ++++++++++--------- src/app/share/[...shareId]/SharePage.tsx | 1 + 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx b/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx index 7260a7ea..06bb506a 100644 --- a/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx +++ b/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx @@ -8,23 +8,25 @@ import { WebsiteNav } from './WebsiteNav'; export function WebsiteLayout({ websiteId, children }: { websiteId: string; children: ReactNode }) { return ( - - - - - - - - {children} - - - + + + + + + + + + {children} + + + + ); } diff --git a/src/app/share/[...shareId]/SharePage.tsx b/src/app/share/[...shareId]/SharePage.tsx index 8493a416..d61b42b7 100644 --- a/src/app/share/[...shareId]/SharePage.tsx +++ b/src/app/share/[...shareId]/SharePage.tsx @@ -131,6 +131,7 @@ export function SharePage({ shareId, path = '' }: { shareId: string; path?: stri +