Decrease duration slightly

This commit is contained in:
Nick Mowen 2022-09-06 14:22:55 -06:00
parent a3d1439ca6
commit 0a5fb5b14d

View File

@ -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();