Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a8eb5 commit 10a4786Copy full SHA for 10a4786
components/nav.js
@@ -6,7 +6,6 @@ const links = [
6
{ href: "/index", label: "Home" },
7
{ href: "/about", label: "About" },
8
{ href: "/join", label: "Join Us" },
9
- { href: "/resources", label: "Resources" },
10
{ href: "/projects", label: "Our Projects" }
11
].map(link => {
12
link.key = `nav-link-${link.href}-${link.label}`;
pages/resources.js
0 commit comments