Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update App.jsx #630

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading