Skip to content

Commit

Permalink
Update App.jsx (#630)
Browse files Browse the repository at this point in the history
* Update App.jsx

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

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

---------

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] authored Nov 11, 2024
1 parent f44ea1e commit 2d3b384
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions taxonium_website/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SHOWCASE_PATHS = [
"taxonomy/visual",
"taxonomy/full",
"mpox/public",
"flu/H5N1-Outbreak"
"flu/H5N1-Outbreak",
];

function checkLegacyHostname() {
Expand Down Expand Up @@ -175,7 +175,7 @@ function App() {
<>
{window.screen.width < 600 && (
<>
<span className="font-medium pr-2">{title}</span>
<span className="font-medium pr-2 text-lg">{title}</span>
<span className="flex flex-col text-center">
<span className="text-xs">visualised with</span>
<a
Expand Down
6 changes: 3 additions & 3 deletions taxonium_website/src/trees.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"description": "The tree of life, showing species from Wikidata with images. Links to Wikipedia.",
"legacyHostnames": ["visualtreeoflife.taxonium.org"]
},
"flu/H5N1-Outbreak": {
"backend": "https://h5n1outbreak.api.taxonium.org",
"title": "H5N1 outbreak tree",
"flu/H5N1-Outbreak": {
"backend": "https://h5n1outbreak.api.taxonium.org",
"title": "H5N1 outbreak tree",
"description": "Outbreak tree of recent H5N1 outbreak, maintained by the UShER team"
},
"flu/A/goose/Guangdong/1/1996(H5N1)/PB2": {
Expand Down

0 comments on commit 2d3b384

Please sign in to comment.