diff --git a/app/components/Navbar.js b/app/components/Navbar.js index c5bf729..252e732 100644 --- a/app/components/Navbar.js +++ b/app/components/Navbar.js @@ -11,21 +11,21 @@ const Navbar = () => { FarmRuler - - - + + Dashboard - - - + -
- About - Contact - FAQ - - - +
+ About + Contact + FAQ + +
- {isOpen && ( -
- About - Contact - FAQ - - -
- )} + + {/* Side drawer positioned on the right */} +
+ + About + Contact + FAQ + + {/* Sign In and Sign Up buttons inside the drawer */} + + +
); }; -export default Navbar; \ No newline at end of file +export default Navbar;