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 +}