Skip to content

Commit e749bd5

Browse files
authored
Change overlay type from 'newyears' to 'christmas'
1 parent 081ca49 commit e749bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ <h2 data-translate="settings">Instellingen</h2>
14081408
const logo = document.getElementById("icon");
14091409
if (!logo) return;
14101410

1411-
let overlayType = "newyears";
1411+
let overlayType = "christmas";
14121412
let clickCount = 0;
14131413
const clickThreshold = 5;
14141414
const overlayDuration = 10000;

0 commit comments

Comments
 (0)