Skip to content

Commit aa72b62

Browse files
committed
updated search examples
1 parent 0b926ae commit aa72b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SearchInput.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export default function SearchInput({ searchTerm, examples, uploads, help }) {
4949
};
5050

5151
const exampleIds = process.env.REACT_APP_LEVEL && process.env.REACT_APP_LEVEL.match(/pre$/i)
52-
? ["1537331894","720575940630770042","12191","AN09B008","MBON05","*adt*","R33C10","VT002996"]
53-
: ["1537331894","720575940630770042","12191","AN09B008","MBON05","*adt*","R33C10","VT002996"];
52+
? ["1537331894","720575940630770042","512929","AN09B008","MBON05","*adt*","R33C10","VT002996"]
53+
: ["1537331894","720575940630770042","512929","AN09B008","MBON05","*adt*","R33C10","VT002996"];
5454

5555
const exampleLinks = exampleIds.map((id, i) => {
5656
const url = `/search?q=${id}`;

0 commit comments

Comments
 (0)