diff --git a/src/components/layout/Navbar/index.jsx b/src/components/layout/Navbar/index.jsx
index b5883517..de7a0067 100644
--- a/src/components/layout/Navbar/index.jsx
+++ b/src/components/layout/Navbar/index.jsx
@@ -92,14 +92,16 @@ const NavigationLinks = ({ style, open, setOpen, links, cta }) => {
{link.name}
))}
- setOpen(false)}
- >
- {cta ? cta.name : 'Partner'}
-
+ {cta && (
+ setOpen(false)}
+ >
+ {cta ? cta.name : 'Partner'}
+
+ )}
);
};
diff --git a/src/components/layout/index.jsx b/src/components/layout/index.jsx
index a9edc799..5bcc25ea 100644
--- a/src/components/layout/index.jsx
+++ b/src/components/layout/index.jsx
@@ -25,12 +25,13 @@ export {
const Layout = ({ content, children }) => {
return (
<>
-
+
+ {/* */}
{children}
-
+ {/* */}
>
diff --git a/src/pages/HomePage.jsx b/src/pages/HomePage.jsx
index da68043c..2c47cd81 100644
--- a/src/pages/HomePage.jsx
+++ b/src/pages/HomePage.jsx
@@ -5,7 +5,7 @@ import {
Courses,
Events,
Hero,
- Team,
+ // Team,
} from '@/components/PageComp/HomePage';
import { HomePageContent } from './content';
@@ -19,7 +19,7 @@ const HomePage = () => {
-
+ {/* */}
>
diff --git a/src/pages/content.js b/src/pages/content.js
index e469accb..74e6868a 100644
--- a/src/pages/content.js
+++ b/src/pages/content.js
@@ -50,10 +50,10 @@ export const HomePageContent = {
name: 'Newsroom',
href: '#content',
},
- {
- name: 'Team',
- href: '#team',
- },
+ // {
+ // name: 'Team',
+ // href: '#team',
+ // },
{
name: 'Join',
href: '#join',