From 2706a79ccc51ea026fd36439cf0c0f9bffd78554 Mon Sep 17 00:00:00 2001 From: DhruvBavadiya Date: Wed, 3 Jul 2024 11:42:54 +0530 Subject: [PATCH 1/2] Make Navbar Fixed at the top of the page --- app/(dashboard)/dashboard/layout.tsx | 2 +- app/(docs)/layout.tsx | 4 ++-- app/(marketing)/layout.tsx | 4 ++-- app/(marketing)/page.tsx | 4 +++- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/(dashboard)/dashboard/layout.tsx b/app/(dashboard)/dashboard/layout.tsx index 71a90d6e..a4fd7718 100644 --- a/app/(dashboard)/dashboard/layout.tsx +++ b/app/(dashboard)/dashboard/layout.tsx @@ -22,7 +22,7 @@ export default async function DashboardLayout({ return (
-
+
-
-
+
+
diff --git a/app/(marketing)/layout.tsx b/app/(marketing)/layout.tsx index 902099c5..15fc9360 100644 --- a/app/(marketing)/layout.tsx +++ b/app/(marketing)/layout.tsx @@ -15,8 +15,8 @@ export default async function MarketingLayout({ }: MarketingLayoutProps) { return (
-
-
+
+