change abdest time to 60 min

This commit is contained in:
Aliberk Sandıkçı 2024-12-11 21:33:52 +03:00
parent e5cdf57c66
commit a3303dec32
Signed by: asandikci
GPG key ID: A3B47D76845BEDF3

View file

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