Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Steedie committed Oct 7, 2024
1 parent 1419ba5 commit a6cd1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function App() {
const [mirrorAllQuadrants, setMirrorAllQuadrants] = useState(false);
const [enableAudio, setEnableAudio] = useState(false);
const [isSidebarOpen, setIsSidebarOpen] = useState(false);
const [radius, setRadius] = useState(300);
const [radius, setRadius] = useState(200);

const incrementCubeWidth = useCallback(
() => setCubeWidth(cubeWidth + 0.5),
Expand Down

0 comments on commit a6cd1bb

Please sign in to comment.