diff --git a/src/Components/Navbar/Mylinks.jsx b/src/Components/Navbar/Mylinks.jsx
index 611661b97..532108e30 100644
--- a/src/Components/Navbar/Mylinks.jsx
+++ b/src/Components/Navbar/Mylinks.jsx
@@ -138,10 +138,8 @@ export const links = [
sublinks: [],
link: "https://online.fliphtml5.com/slydm/yljq/#p=1",
foreign: false,
- }
+ },
],
-
-
},
],
},
@@ -191,7 +189,7 @@ export const links = [
foreign: true,
},
{
- name: "IEEE Launchpad",
+ name: "Launchpad",
submenu: false,
sublinks: [],
link: "/launchpad",
@@ -203,8 +201,7 @@ export const links = [
sublinks: [],
link: "/in50hours",
foreign: false,
- }
-
+ },
],
},
{
@@ -575,7 +572,7 @@ export const links = [
submenu: false,
sublinks: [],
foreign: true,
- }
+ },
],
},
{
@@ -589,7 +586,7 @@ export const links = [
submenu: false,
sublinks: [],
foreign: false,
- }
+ },
],
},
],
diff --git a/src/Pages/Launchpad/Launchpad.jsx b/src/Pages/Launchpad/Launchpad.jsx
index 5e5040f09..b3fbbdca4 100644
--- a/src/Pages/Launchpad/Launchpad.jsx
+++ b/src/Pages/Launchpad/Launchpad.jsx
@@ -1,13 +1,13 @@
import React from "react";
import Navbar from "../../Components/Navbar/Navbar";
import Footer from "../../Components/Footer/Footer";
-import styles from "./Launchpad.module.css";
+// import styles from "./Launchpad.module.css";
import "./steps.css";
const Launchpad = () => {
return (
<>