Skip to content

Commit a4b57ee

Browse files
authored
add contributors button in Navbar
1 parent 4df8a0a commit a4b57ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Global/Navbar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const navigation = [
1010
{ name: "Projects", href: "/projects" },
1111
{ name: "Community Partners", href: "/partners" },
1212
{ name: "WebX Team", href: "/team" },
13+
{ name: "Contributors", href: "/contributors" },
1314
];
1415

1516
const Navbar = () => {

0 commit comments

Comments
 (0)