From 3591605de9971e57b4549e6d09a9a63a31895d56 Mon Sep 17 00:00:00 2001 From: Norman Rzepka Date: Thu, 21 Nov 2024 12:37:18 +0100 Subject: [PATCH 1/2] Update util.js --- ome2024-ngff-challenge/src/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ome2024-ngff-challenge/src/util.js b/ome2024-ngff-challenge/src/util.js index ef1c3c9..5933e16 100644 --- a/ome2024-ngff-challenge/src/util.js +++ b/ome2024-ngff-challenge/src/util.js @@ -10,7 +10,7 @@ export const SAMPLES_HOME = // Map of source to favicon domain let faviconDomains = { IDR: "https://idr.openmicroscopy.org", - Webknossos: "https://scalableminds.com", + Webknossos: "https://webknossos.org", JAX: "http://jax.org", "BioImage Archive": "https://www.ebi.ac.uk", Crick: "https://www.crick.ac.uk/", From 66aae02dfabdc431cbf05a99e6adefe31bcba457 Mon Sep 17 00:00:00 2001 From: Norman Rzepka Date: Thu, 21 Nov 2024 12:38:09 +0100 Subject: [PATCH 2/2] Update ThumbGallery.svelte --- ome2024-ngff-challenge/src/ThumbGallery.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ome2024-ngff-challenge/src/ThumbGallery.svelte b/ome2024-ngff-challenge/src/ThumbGallery.svelte index a77a36b..e669439 100644 --- a/ome2024-ngff-challenge/src/ThumbGallery.svelte +++ b/ome2024-ngff-challenge/src/ThumbGallery.svelte @@ -14,7 +14,7 @@ // Map of source to favicon domain let faviconDomains = { IDR: "https://idr.openmicroscopy.org", - Webknossos: "https://scalableminds.com", + Webknossos: "https://webknossos.org", JAX: "http://jax.org", "BioImage Archive": "https://www.ebi.ac.uk", Crick: "https://www.crick.ac.uk/",