Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoquinalha authored Dec 29, 2023
1 parent bfca293 commit 3eaff40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
document.addEventListener('DOMContentLoaded', function () {
createSquare();
// setInterval(createSquare, 1000);
setInterval(createSquare, 3000);
});

window.addEventListener('resize', function () {
Expand Down Expand Up @@ -40,4 +40,4 @@
default:
return '#171717';
}
}
}

0 comments on commit 3eaff40

Please sign in to comment.