Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 3, 2024
1 parent 500b959 commit 4c91a1d
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 @@ -273,7 +273,7 @@ function SearchPanel({
)}
</p>
{config.enabled_by_gisaid && (
<span>
<span className="text-gray-500 mt-1">
Enabled by data from{" "}
<a
rel="noopener noreferrer"
Expand All @@ -284,6 +284,7 @@ function SearchPanel({
src="https://www.gisaid.org/fileadmin/gisaid/img/schild.png"
alt="gisaid-logo"
width="65"
className="inline-block"
/>
</a>
.
Expand Down

0 comments on commit 4c91a1d

Please sign in to comment.