diff --git a/src/components/User/Dashboard/DatasetOrganizer/LLMPanel.tsx b/src/components/User/Dashboard/DatasetOrganizer/LLMPanel.tsx index 55c4cca..e2c14da 100644 --- a/src/components/User/Dashboard/DatasetOrganizer/LLMPanel.tsx +++ b/src/components/User/Dashboard/DatasetOrganizer/LLMPanel.tsx @@ -1802,9 +1802,9 @@ const LLMPanel: React.FC = ({ const ua = navigator.userAgent.toLowerCase(); const os = ua.includes("win") ? "windows" : ua.includes("linux") ? "linux" : "mac"; const urls: Record = { - mac: "https://github.com/elainefan331/autobidsify-executor/releases/latest/download/AutoBIDSify-Executor-mac.zip", - windows: "https://github.com/elainefan331/autobidsify-executor/releases/latest/download/AutoBIDSify-Executor-windows.zip", - linux: "https://github.com/elainefan331/autobidsify-executor/releases/latest/download/AutoBIDSify-Executor-linux.zip", + mac: "https://github.com/yiyiliu-rose/autobidsifyAPP/releases/latest/download/AutoBIDSify-ExecVal-macOS-arm64.zip", + windows: "https://github.com/yiyiliu-rose/autobidsifyAPP/releases/latest/download/AutoBIDSify-ExecVal-Windows.zip", + linux: "https://github.com/yiyiliu-rose/autobidsifyAPP/releases/latest/download/AutoBIDSify-ExecVal-Linux.tar.gz", }; window.open(urls[os], "_blank"); }} diff --git a/src/components/User/Dashboard/DatasetOrganizer/index.tsx b/src/components/User/Dashboard/DatasetOrganizer/index.tsx index bb1d332..92a73f4 100644 --- a/src/components/User/Dashboard/DatasetOrganizer/index.tsx +++ b/src/components/User/Dashboard/DatasetOrganizer/index.tsx @@ -364,38 +364,58 @@ const DatasetOrganizer: React.FC = () => { - - - + + + + + color: Colors.lightGray, + "&:hover": { + backgroundColor: Colors.darkGreen, + border: "none", + }, + }} + > + Export JSON + + diff --git a/src/pages/BidsConverterPage.tsx b/src/pages/BidsConverterPage.tsx index 00f3993..c37a32a 100644 --- a/src/pages/BidsConverterPage.tsx +++ b/src/pages/BidsConverterPage.tsx @@ -243,19 +243,38 @@ const BidsConverterPage: React.FC = () => { - - + + + + +