Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed May 3, 2024
1 parent d0e23d6 commit 4062997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion taxonium_component/src/components/SearchPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ function SearchPanel({
</button>
<div className="space-y-2 py-3">
{config.num_tips && (
<>
<p className="text-gray-500 text-sm">
{overlayContent ? (
<>
Expand Down Expand Up @@ -274,7 +275,7 @@ function SearchPanel({
{config.enabled_by_gisaid &&
<span>Enabled by data from <a rel="noopener noreferrer" href="https://www.gisaid.org" target="_blank"><img src="https://www.gisaid.org/fileadmin/gisaid/img/schild.png" alt="gisaid-logo" width="65"></a>.</span>
}
)}
</>)}
{config.x_accessors && config.x_accessors.length > 1 && (
<label className="space-x-2 text-sm block">
<span className="text-gray-500 text-sm">Tree type:</span>
Expand Down

0 comments on commit 4062997

Please sign in to comment.