From 1ae3e6992b286f3a5bfaacd4ab0dd1a68e57bae9 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Fri, 28 Jul 2023 20:59:50 +0100 Subject: [PATCH] update --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 1d1c93a..f09b60b 100644 --- a/src/App.js +++ b/src/App.js @@ -60,7 +60,7 @@ function SearchPanel({ }; const searchOption = [ - { value: "nuc", label: "nucleotide" }, + { value: "nuc", label: "nuc. index" }, { value: "annot", label: "annotation" }, { value: "sequence", label: "sequence"} ];