Skip to content

Commit

Permalink
FIX: Reduce vibration on Non-Achieved click (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan authored Dec 3, 2024
1 parent 9ad4106 commit b495fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/tasbih/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
typeof window.navigator !== 'undefined' &&
typeof window.navigator.vibrate !== 'undefined'
) {
window.navigator.vibrate([500]);
window.navigator.vibrate([100]);
}
if (counter === target) {
Expand Down

0 comments on commit b495fba

Please sign in to comment.