@@ -167,7 +167,7 @@ export default function useMakeTrack() {
const { x, y, w, h } = area;
return {
x: x + w / 4 + (Math.random() * w) / 2,
- y: y + h / 4 + (Math.random() * h) / 2,
+ y: y + h / 2,
};
}