diff --git a/components/Navbar/navDrop.js b/components/Navbar/navDrop.js
index 1274cc70..d1fc67a1 100644
--- a/components/Navbar/navDrop.js
+++ b/components/Navbar/navDrop.js
@@ -20,7 +20,7 @@ const NavDrop = forwardRef((props, ref)=> {
}, [currentUrl])
return (
-
+
{links.map((link) => {
return (
@@ -34,14 +34,12 @@ const NavDrop = forwardRef((props, ref)=> {
>
{link.subMenu ? (
-
{show && show === link.title && (
{link.subMenu.map((sub) => (
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() {
) : (
-