Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Apr 8, 2024
1 parent 0b5b868 commit cf6dea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonium_website/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { HiOutlineBookOpen } from "react-icons/hi";
const default_query = {};

default_query.backend = null;
if(window.location.hostname.includes("viridan.taxonium.org")){
if(window.location.hostname.includes("viridian.taxonium.org")){
default_query.backend = "https://viridian-api.cov2tree.org";
}
if (window.location.hostname.includes("cov2tree.org")) {
Expand Down

0 comments on commit cf6dea8

Please sign in to comment.