Skip to content

Commit 276e958

Browse files
committed
updated placeholder text in control panel component
1 parent 4430e32 commit 276e958

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/control-panel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ export default function ControlPanel({
993993
<div className="relative">
994994
<Input
995995
type="text"
996-
placeholder="3.0"
996+
placeholder="6.5"
997997
value={positionX}
998998
onChange={(e) =>
999999
handlePositionXChange(e.target.value)
@@ -1017,7 +1017,7 @@ export default function ControlPanel({
10171017
<div className="relative">
10181018
<Input
10191019
type="text"
1020-
placeholder="3.0"
1020+
placeholder="6.5"
10211021
value={positionY}
10221022
onChange={(e) =>
10231023
handlePositionYChange(e.target.value)

0 commit comments

Comments
 (0)