diff --git a/taxonium_website/public/usher.png b/taxonium_website/public/usher.png index ba5213fb..c57eba90 100644 Binary files a/taxonium_website/public/usher.png and b/taxonium_website/public/usher.png differ diff --git a/taxonium_website/src/App.jsx b/taxonium_website/src/App.jsx index a9cb4915..d9a41bcf 100644 --- a/taxonium_website/src/App.jsx +++ b/taxonium_website/src/App.jsx @@ -136,6 +136,8 @@ function App() { title: config.title, url: `/${path}`, desc: config.description, + icon: config.icon, + maintainerMessage: config.maintainerMessage, }; }).filter(Boolean); // Remove any null entries from missing configs @@ -191,9 +193,15 @@ function App() { )} {window.screen.width >= 600 && ( <> + { + pathConfig && pathConfig.maintainerMessage && pathConfig.icon && ( + + ) + + } 12 ? "text-lg" : "" + title.length > 12 ? "text-lg leading-tight" : "" }`} > {title} @@ -284,11 +292,19 @@ function App() {
{showCase.map((item, i) => (
+ + {item.title}

{item.desc}

diff --git a/taxonium_website/src/trees.json b/taxonium_website/src/trees.json index 7fce4499..d6a84025 100644 --- a/taxonium_website/src/trees.json +++ b/taxonium_website/src/trees.json @@ -23,7 +23,7 @@ "title": "Mpox", "description": "Mpox sequences from GenBank", "legacyHostnames": ["mpx.taxonium.org"], - "icon": "/usher.png", + "icon": "/apple-touch-icon.png", "maintainerMessage": "Maintained by the Taxonium team", "maintainerUrl": null }, @@ -35,7 +35,7 @@ "title": "NCBI Taxonomy (full)", "description": "Full 2.2M NCBI Taxonomy of species", "legacyHostnames": ["taxonomy.taxonium.org"], - "icon": "/usher.png", + "icon": "/apple-touch-icon.png", "maintainerMessage": "Built by the Taxonium team from the NCBI phylogeny", "maintainerUrl": null }, @@ -44,7 +44,7 @@ "title": "Wikidata visual tree of life", "description": "The tree of life, showing species from Wikidata with images. Links to Wikipedia.", "legacyHostnames": ["visualtreeoflife.taxonium.org"], - "icon": "/usher.png", + "icon": "/apple-touch-icon.png", "maintainerMessage": "Built by the Taxonium team from the Wikidata phylogeny", "maintainerUrl": null },