diff --git a/src/App.tsx b/src/App.tsx index b00eba8..d1a4e8c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,7 +8,7 @@ import ThemeWrapper from "./context/ThemeContext"; function App() { return ( -
+
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index c6cc86d..3eb389f 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -15,7 +15,7 @@ const Navbar: React.FC = () => { const { toggleTheme, mode } = themeContext; return ( -