diff --git a/src/App.jsx b/src/App.jsx index 1314f76..4b855ee 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -9,6 +9,7 @@ function App() { } /> } /> + } /> ) } diff --git a/src/components/Navbar/Navbar.jsx b/src/components/Navbar/Navbar.jsx index 6967413..70432f2 100644 --- a/src/components/Navbar/Navbar.jsx +++ b/src/components/Navbar/Navbar.jsx @@ -55,7 +55,7 @@ const Navbar = () => { isPending ? "active " : isActive ? "activepage" : "" - } to="/"> + } to="/solution"> Solution