From 51ffeb5bc9f6f715bab29085981578b962afd69e Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Thu, 16 Feb 2023 20:31:25 +0000 Subject: [PATCH] Update App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 7439a7b..9d6f0b6 100644 --- a/src/App.js +++ b/src/App.js @@ -843,7 +843,7 @@ const ConfigPanel = ({ zoomLevel, setZoomLevel }) => { setZoomLevel(x)} - min={-6.5} + min={-9.5} max={1} step={0.001} style={{ width: 150 }}