We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4430e32 commit 276e958Copy full SHA for 276e958
1 file changed
components/control-panel.tsx
@@ -993,7 +993,7 @@ export default function ControlPanel({
993
<div className="relative">
994
<Input
995
type="text"
996
- placeholder="3.0"
+ placeholder="6.5"
997
value={positionX}
998
onChange={(e) =>
999
handlePositionXChange(e.target.value)
@@ -1017,7 +1017,7 @@ export default function ControlPanel({
1017
1018
1019
1020
1021
value={positionY}
1022
1023
handlePositionYChange(e.target.value)
0 commit comments