From 8d3bff524767d01270b2c81f32a10e5025f6cccb Mon Sep 17 00:00:00 2001 From: Pavan Kumar Date: Sat, 3 Jan 2026 12:46:40 +0530 Subject: [PATCH] fix: Suppress hydration warnings caused by browser extensions (DarkReader) --- src/app/layout.tsx | 4 ++-- src/components/Navbar.tsx | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 661d4b0..0a57f9e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -207,13 +207,13 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + {/* {children} */} - + <> diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 97b0a19..66f1bd3 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -45,11 +45,11 @@ export default function Navbar() {
- - - - - + + + + +