Skip to content

Commit

Permalink
Merge pull request #9 from theosanderson/zoomtest
Browse files Browse the repository at this point in the history
Update App.js
  • Loading branch information
theosanderson authored Jul 28, 2023
2 parents 9dc869f + 51ffeb5 commit e1fed3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const ConfigPanel = ({ zoomLevel, setZoomLevel }) => {
<Slider
value={zoomLevel}
onChange={(x) => setZoomLevel(x)}
min={-6.5}
min={-9.5}
max={1}
step={0.001}
style={{ width: 150 }}
Expand Down

1 comment on commit e1fed3f

@vercel
Copy link

@vercel vercel bot commented on e1fed3f Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.