From d1daf73bfff0266292d5f057e5f9afa7b5fcd732 Mon Sep 17 00:00:00 2001 From: Atreya Choudhury Date: Thu, 25 Jul 2024 01:52:13 -0400 Subject: [PATCH 1/4] functionality for fixed navbar --- app/layout.tsx | 12 +++++------- components/Header.tsx | 7 ++++++- components/MobileNav.tsx | 14 ++++++++++---- data/siteMetadata.js | 4 +++- package.json | 1 + yarn.lock | 8 ++++++++ 6 files changed, 33 insertions(+), 13 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 7083b4182..e6c25b541 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -98,13 +98,11 @@ export default function RootLayout({ children }: { children: React.ReactNode }) -
- -
-
{children}
- -
-
+ +
+
{children}
+ +