From 018e76b067a8e194c9fe39dbe0421aa8bbd9b4c8 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Wed, 28 Jan 2026 19:24:13 -0800 Subject: [PATCH] Fixed website nav. --- src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx b/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx index 7260a7ea..95628dd3 100644 --- a/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx +++ b/src/app/(main)/websites/[websiteId]/WebsiteLayout.tsx @@ -9,11 +9,10 @@ import { WebsiteNav } from './WebsiteNav'; export function WebsiteLayout({ websiteId, children }: { websiteId: string; children: ReactNode }) { return ( - +