diff --git a/components/Navbar/navDrop.js b/components/Navbar/navDrop.js
index a3f489cc..443af86c 100644
--- a/components/Navbar/navDrop.js
+++ b/components/Navbar/navDrop.js
@@ -8,7 +8,7 @@ const NavDrop = forwardRef((props, ref)=> {
const {setDrop}=props;
const [show, setShow] = useState(null);
return (
-
+
{links.map((link) => {
return (
@@ -22,13 +22,10 @@ const NavDrop = forwardRef((props, ref)=> {
>
{link.subMenu ? (
-
+
{show && show === link.title && (
diff --git a/components/Navbar/navbar.js b/components/Navbar/navbar.js
index cdeb1026..242ac080 100644
--- a/components/Navbar/navbar.js
+++ b/components/Navbar/navbar.js
@@ -69,7 +69,7 @@ function Navbar() {
};
return (
-
+
@@ -86,7 +86,7 @@ function Navbar() {
) : (
-