Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Sep 14, 2023
2 parents 00127a8 + 93caeb1 commit 2cab430
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions taxonium_component/src/components/SearchPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,11 @@ function SearchPanel({
</Select>
</div>
{colorBy.colorByField === "genotype" && (
<div className="text-xs">

<div className="space-x-2">
<div className="text-xs">
If you are using custom JSONLs there is currently a bug with genotype colouring, please use <a className="text-blue-800" href="https://cov2tree-9k82lpuou-theosanderson.vercel.app/">this old version</a>.
</div>
<div className="space-x-2">
<label className="space-x-2">
<span>Gene</span>
<Select
Expand Down

1 comment on commit 2cab430

@vercel
Copy link

@vercel vercel bot commented on 2cab430 Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.