From 379a9fd31dd77804882c36cab8031d894613e7c0 Mon Sep 17 00:00:00 2001 From: elainefan331 Date: Wed, 21 Jan 2026 17:58:26 -0500 Subject: [PATCH] feat: update neuroj for python url in nav bar drop down menu --- src/components/NavBar/NavItems.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/NavBar/NavItems.tsx b/src/components/NavBar/NavItems.tsx index e5c575b..d2882e6 100644 --- a/src/components/NavBar/NavItems.tsx +++ b/src/components/NavBar/NavItems.tsx @@ -59,7 +59,7 @@ const NavItems: React.FC = () => { items: [ { text: "neuroj for Python", - url: "https://neurojson.org/Page/python-jdata", + url: "https://neurojson.org/Page/python-jdata#neuroj", }, { text: "neuroj for shell", url: "https://neurojson.org/Page/neuroj" }, ], @@ -69,10 +69,10 @@ const NavItems: React.FC = () => { items: [ { text: "jsonlab", url: "https://neurojson.org/Page/jsonlab" }, { text: "jdict", url: "https://neurojson.org/Page/jdict" }, - { text: "jnifty", url: "https://neurojson.org/Page/jnifty" }, - { text: "jsnirfy", url: "https://neurojson.org/Page/jsnirfy" }, - { text: "zmat", url: "https://neurojson.org/Page/zmat" }, - { text: "easyh5", url: "https://neurojson.org/Page/easyh5" }, + // { text: "jnifty", url: "https://neurojson.org/Page/jnifty" }, + // { text: "jsnirfy", url: "https://neurojson.org/Page/jsnirfy" }, + // { text: "zmat", url: "https://neurojson.org/Page/zmat" }, + // { text: "easyh5", url: "https://neurojson.org/Page/easyh5" }, ], }, {