From 7d2bd91003a4f695d0d7ba933a662e38fa8c4517 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Sat, 26 Oct 2024 14:49:41 +0100 Subject: [PATCH] update --- taxonium_website/src/App.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/taxonium_website/src/App.jsx b/taxonium_website/src/App.jsx index dded9178..4c717751 100644 --- a/taxonium_website/src/App.jsx +++ b/taxonium_website/src/App.jsx @@ -69,8 +69,7 @@ function App() { const [overlayContent, setOverlayContent] = useState(null); const dragTimeout = useRef(null); - const isGisaid = window.location.toString().includes("epicov.org"); - + const inputHelper = useInputHelper({ setUploadedData, updateQuery, @@ -151,7 +150,7 @@ function App() { className={classNames( "from-gray-500 to-gray-600 bg-gradient-to-bl shadow-md", "flex justify-between items-center px-4 flex-shrink-0", - isGisaid ? "h-11" : "h-16" + "h-16" )} >