Skip to content

Commit

Permalink
fix(lc):links-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Sep 16, 2023
1 parent 642021f commit e498ae4
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions src/Components/Navbar/Mylinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -502,21 +502,22 @@ export const links = [
head: 3,
name: "Learning Circles",
submenu: true,
link: "https://app.mulearn.org/learning-circle",
sublinks: [
{
name: "Create Circle",
link: "https://app.mulearn.org/dashboard/learning-circle",
name: "Search Circles",
link: "https://app.mulearn.org/learning-circle",
submenu: false,
sublinks: [],
foreign: true,
},
{
name: "Join Circles",
name: "Join/Create Circles",
link: "https://app.mulearn.org/dashboard/learning-circle",
submenu: false,
sublinks: [],
foreign: true,
},
}
],
},
{
Expand All @@ -530,14 +531,7 @@ export const links = [
submenu: false,
sublinks: [],
foreign: false,
},
{
name: "Existing Circles",
link: mainlink + "/searchcircles",
submenu: false,
sublinks: [],
foreign: false,
},
}
],
},
],
Expand Down Expand Up @@ -886,8 +880,7 @@ export function getLinks(ig = []) {
name: "Interest Groups",
submenu: true,
link: mainlink + "/",
sublinks: [...ig
],
sublinks: [...ig],
},
{
head: 3,
Expand Down Expand Up @@ -1027,5 +1020,4 @@ export function getLinks(ig = []) {
],
},
];

}
}

0 comments on commit e498ae4

Please sign in to comment.