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); } };