From d4f8237be9395f3c082a1e400038a59c3e2a3726 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Mon, 1 Dec 2025 16:03:21 -0500 Subject: [PATCH] Add banner to announce end of support for legacy validator --- bids-validator-web/components/App.jsx | 11 +++++++++++ bids-validator-web/index.scss | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/bids-validator-web/components/App.jsx b/bids-validator-web/components/App.jsx index 34ee002f2..07f9ae52c 100644 --- a/bids-validator-web/components/App.jsx +++ b/bids-validator-web/components/App.jsx @@ -98,6 +98,17 @@ export default class App extends React.Component {
+
+ Notice: This version of the BIDS Validator is no + longer being developed. It is provided for historical reference + only. +
+ Please visit{' '} + + https://bids-standard.github.io/bids-validator/ + {' '} + for the latest version. +