From e2e67761f756f9b7c19065ad012fed91027e3a58 Mon Sep 17 00:00:00 2001 From: eshanized Date: Fri, 27 Dec 2024 21:12:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(bg):=20from=20static=20to=20?= =?UTF-8?q?dynamic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 7bca8d1..397b34d 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -3,13 +3,18 @@ import { Logo } from './Logo'; export function Header() { return ( -
-
+
+
- + {/* Logo Section */} +
+ +
+ + {/* Theme Toggle with Button Styling */}
); -} \ No newline at end of file +}