Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Oct 26, 2024
1 parent 5e60713 commit 7d2bd91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions taxonium_website/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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"
)}
>
<h1 className="text-xl text-white flex items-center space-x-2">
Expand Down

0 comments on commit 7d2bd91

Please sign in to comment.