Skip to content

Commit

Permalink
Update SearchPanel.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed May 3, 2024
1 parent bdb13be commit 0d9e701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions taxonium_component/src/components/SearchPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ function SearchPanel({
</>
)}
</p>
{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">
Expand Down

0 comments on commit 0d9e701

Please sign in to comment.