Skip to content

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
krokicki committed Sep 12, 2024
1 parent f794fe2 commit fe548d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SearchInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export default function SearchInput({ searchTerm, examples, uploads, help }) {
};

const exampleIds = process.env.REACT_APP_LEVEL && process.env.REACT_APP_LEVEL.match(/pre$/i)
? ["VT002996","R33C10","1537331894","1077847238","12191","AN09B008","*adt*"]
: ["VT002996","R33C10","1537331894","1077847238","12191","AN09B008","*adt*"];
? ["1537331894","720575940630770042","12191","AN09B008","MBON05","*adt*","R33C10","VT002996"]
: ["1537331894","720575940630770042","12191","AN09B008","MBON05","*adt*","R33C10","VT002996"];

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

0 comments on commit fe548d3

Please sign in to comment.