Skip to content

Commit 162d866

Browse files
committed
fix confetti options
1 parent 13f5dcd commit 162d866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

88-promo code/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ present.addEventListener("mouseenter", () => {
1515
confetti(options);
1616
});
1717
present.addEventListener("touchstart", () => {
18-
confetti(colors);
18+
confetti(options);
1919
});

0 commit comments

Comments
 (0)