Skip to content

Commit

Permalink
fix(navbar):enablers-added
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Dec 17, 2023
1 parent 65a5b19 commit c8a638d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Components/Navbar/Mylinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ export const links = [
link: "/team",
foreign: false,
},
{
name: "Enablers",
submenu: false,
sublinks: [],
link: "/enablers",
foreign: false,
},
],
},

Expand Down

0 comments on commit c8a638d

Please sign in to comment.