Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 15, 2023
1 parent 6b0b9ca commit 8d70d3d
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 @@ -545,7 +545,7 @@ const ConfigPanel = ({zoomLevel,setZoomLevel}) => {
value={zoomLevel}
onChange={(x) => setZoomLevel(x)}
min={-6.5}
max={0}
max={1}
step={0.01}
style={{ width: 150 }}
className="inline-block mx-5"
Expand Down

1 comment on commit 8d70d3d

@vercel
Copy link

@vercel vercel bot commented on 8d70d3d Feb 15, 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.