From b38f9baa3c69f5c2502a90021f79bbbce6e62411 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 22 Jul 2015 13:57:52 -0700 Subject: [PATCH] turn down dampness and spring constant --- common/app/routes/Hikes/components/Question.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/routes/Hikes/components/Question.jsx b/common/app/routes/Hikes/components/Question.jsx index cac42e3682..54a5f03009 100644 --- a/common/app/routes/Hikes/components/Question.jsx +++ b/common/app/routes/Hikes/components/Question.jsx @@ -41,7 +41,7 @@ export default React.createClass({ const { mouse: [x, y] } = this.state; return { val: { x, y }, - config: [120, 17] + config: [120, 10] }; },