From cf6dea86be11d20bae3489efe19c8ab207732a8d Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Mon, 8 Apr 2024 16:57:20 +0100 Subject: [PATCH] Update App.jsx --- taxonium_website/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxonium_website/src/App.jsx b/taxonium_website/src/App.jsx index 558a07fd..30742be1 100644 --- a/taxonium_website/src/App.jsx +++ b/taxonium_website/src/App.jsx @@ -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")) {