We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081ca49 commit e749bd5Copy full SHA for e749bd5
1 file changed
index.html
@@ -1408,7 +1408,7 @@ <h2 data-translate="settings">Instellingen</h2>
1408
const logo = document.getElementById("icon");
1409
if (!logo) return;
1410
1411
- let overlayType = "newyears";
+ let overlayType = "christmas";
1412
let clickCount = 0;
1413
const clickThreshold = 5;
1414
const overlayDuration = 10000;
0 commit comments