From a3303dec3261ad27079e1a18000c7420407b3555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Wed, 11 Dec 2024 21:33:52 +0300 Subject: [PATCH] change abdest time to 60 min --- src/components/pages/Abdest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/Abdest.js b/src/components/pages/Abdest.js index 5e4ee23..fa164a9 100644 --- a/src/components/pages/Abdest.js +++ b/src/components/pages/Abdest.js @@ -16,8 +16,8 @@ function Abdest() { audio.play(); setAbdest(true); const currentTime = new Date().getTime(); - setTimeLeft(currentTime + 300000); - setMinutes(5); + setTimeLeft(currentTime + 3600000); + setMinutes(60); setSeconds(0); } };