From 7dac949474e98b67c4364cc3bc7f5d769f766302 Mon Sep 17 00:00:00 2001 From: Peyton Lee Date: Tue, 2 Jul 2024 10:39:16 -0700 Subject: [PATCH] fix: Changed nucmorph colonies to have a lower starting density so they are viewable in 3d --- website/components/LandingPage/content.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/components/LandingPage/content.tsx b/website/components/LandingPage/content.tsx index a04db872..13b25a40 100644 --- a/website/components/LandingPage/content.tsx +++ b/website/components/LandingPage/content.tsx @@ -20,6 +20,7 @@ const nucmorphBaseViewerSettings: Partial = { }, viewerSettings: { viewMode: ViewMode.xy, + density: 2.5, }, };