Skip to content

Commit

Permalink
fix turtle position (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: Sanjna <[email protected]>
  • Loading branch information
rakilkim and SanjnaT41756 authored May 29, 2024
1 parent 4197536 commit 667dd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/Exercises/AxisParent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function AxisParent({
}
markers={axisMarkers[Math.min(exerciseNum, axisMarkers.length - 1)]}
labels={axisLabels[Math.min(exerciseNum, axisLabels.length - 1)]}
turtlePosition={1}
turtlePosition={0}
/>
<AxisInput
questionLabels={questionLabels}
Expand Down

0 comments on commit 667dd0b

Please sign in to comment.