Skip to content

Commit

Permalink
Merge pull request #1102 from gtech-mulearn/old-dev-server
Browse files Browse the repository at this point in the history
Old dev server
  • Loading branch information
Jenin82 authored Apr 27, 2024
2 parents c20dbef + ccc5323 commit 877e202
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/Components/Navbar/Mylinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,28 @@ export const links = [
link: "/events/gta/codestorm",
foreign: false,
},
{
name: "Top100 Coders",
submenu: false,
sublinks: [],
link: "https://top100coders.com/",
foreign: true,
},
{
name: "IEEE Launchpad",
submenu: false,
sublinks: [],
link: "https://launchpadkerala.org/",
foreign: true,
},
{
name: "in50hours",
submenu: false,
sublinks: [],
link: "/in50hours",
foreign: false,
}

],
},
{
Expand Down

0 comments on commit 877e202

Please sign in to comment.