From 0a5fb5b14dfffc8ebfcbdd487f0b889aa767412e Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 6 Sep 2022 14:22:55 -0600 Subject: [PATCH] Decrease duration slightly --- web/src/routes/Events.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index 687f75df0..45e75225c 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -23,7 +23,7 @@ import Button from '../components/Button'; import Dialog from '../components/Dialog'; const API_LIMIT = 25; -const HAPTIC_FEEDBACK_DURATION = 100; +const HAPTIC_FEEDBACK_DURATION = 50; const daysAgo = (num) => { let date = new Date();