Skip to content

Commit

Permalink
Md links (#589)
Browse files Browse the repository at this point in the history
* md_links

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
theosanderson and pre-commit-ci[bot] committed May 3, 2024
1 parent f1dfe13 commit ba434c5
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 ba434c5

Please sign in to comment.