From ddb48deb770592a39a3d7022e34719e730443696 Mon Sep 17 00:00:00 2001 From: Rahul Date: Mon, 13 May 2024 21:39:05 +0530 Subject: [PATCH] fixed Bug --- src/App.jsx | 1 + src/components/Navbar/Navbar.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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