Skip to content

Commit 379a9fd

Browse files
committed
feat: update neuroj for python url in nav bar drop down menu
1 parent 26309f3 commit 379a9fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/NavBar/NavItems.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const NavItems: React.FC = () => {
5959
items: [
6060
{
6161
text: "neuroj for Python",
62-
url: "https://neurojson.org/Page/python-jdata",
62+
url: "https://neurojson.org/Page/python-jdata#neuroj",
6363
},
6464
{ text: "neuroj for shell", url: "https://neurojson.org/Page/neuroj" },
6565
],
@@ -69,10 +69,10 @@ const NavItems: React.FC = () => {
6969
items: [
7070
{ text: "jsonlab", url: "https://neurojson.org/Page/jsonlab" },
7171
{ text: "jdict", url: "https://neurojson.org/Page/jdict" },
72-
{ text: "jnifty", url: "https://neurojson.org/Page/jnifty" },
73-
{ text: "jsnirfy", url: "https://neurojson.org/Page/jsnirfy" },
74-
{ text: "zmat", url: "https://neurojson.org/Page/zmat" },
75-
{ text: "easyh5", url: "https://neurojson.org/Page/easyh5" },
72+
// { text: "jnifty", url: "https://neurojson.org/Page/jnifty" },
73+
// { text: "jsnirfy", url: "https://neurojson.org/Page/jsnirfy" },
74+
// { text: "zmat", url: "https://neurojson.org/Page/zmat" },
75+
// { text: "easyh5", url: "https://neurojson.org/Page/easyh5" },
7676
],
7777
},
7878
{

0 commit comments

Comments
 (0)