summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/lambda.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/lambda.js b/public/lambda.js
index d71322e..dcef916 100644
--- a/public/lambda.js
+++ b/public/lambda.js
@@ -45,7 +45,7 @@ function putlam(el, height, width, min, max, period) {
}
let lamEl = document.querySelector('.lambda');
-putlam(lamEl, 55, 45, 0.3, 4.5, 450);
+putlam(lamEl, 55, 55, 0.3, 4.5, 450);
`