From 60f6e8d5931a7021ce84a77e6e8e2125d6370af3 Mon Sep 17 00:00:00 2001 From: EkalavyanS Date: Thu, 25 Apr 2024 15:29:05 +0530 Subject: [PATCH 1/2] patch(): Implemented the feature --- src/Components/Navbar/Mylinks.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Components/Navbar/Mylinks.jsx b/src/Components/Navbar/Mylinks.jsx index 72c502673..2051d9ce3 100644 --- a/src/Components/Navbar/Mylinks.jsx +++ b/src/Components/Navbar/Mylinks.jsx @@ -176,6 +176,13 @@ export const links = [ link: "/events/gta/codestorm", foreign: false, }, + { + name: "Top100 Coders", + submenu: false, + sublinks: [], + link: "https://top100coders.com/", + foreign: true, + } ], }, { From e60ca339a42600dbc6563361184a43085bedf7f6 Mon Sep 17 00:00:00 2001 From: EkalavyanS Date: Sat, 27 Apr 2024 20:46:05 +0530 Subject: [PATCH 2/2] patch(): Implemented the feature --- src/Components/Navbar/Mylinks.jsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/Components/Navbar/Mylinks.jsx b/src/Components/Navbar/Mylinks.jsx index 2051d9ce3..c35a25576 100644 --- a/src/Components/Navbar/Mylinks.jsx +++ b/src/Components/Navbar/Mylinks.jsx @@ -182,7 +182,22 @@ export const links = [ 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, } + ], }, {