Skip to content

Commit 17da0dd

Browse files
committed
Commented out CM IDE link in navbar
1 parent c3792fa commit 17da0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/navbar/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const navData = [
1212
{ id: 2, name: "Blogs", link: "/#blogs" },
1313
{ id: 3, name: "Community", link: "https://discord.gg/jwvtDtnkJv" },
1414
{ id: 4, name: "Be a Captain", link: "/#campus-captains" },
15-
{ id: 5, name: "CM IDE", link: "https://ide.codingminutes.com/" },
15+
// { id: 5, name: "CM IDE", link: "https://ide.codingminutes.com/" },
1616
{ id: 6, name: "Mentors", link: "/#mentors" },
1717
]
1818

0 commit comments

Comments
 (0)