fix
Some checks failed
Code quality checks / biome (push) Failing after 10s

This commit is contained in:
Seth 2025-05-19 04:53:55 -04:00
parent 334e6958ba
commit 89f6f06a15

View file

@ -15,7 +15,7 @@ let resetCount = "";
document.onclick = () => {
clicks++;
if (clicks > 5) {
if (clicks % 5 == 0) {
snacker({
message: `Please stop.${resetCount}`,
});