fix: LHD bday

This commit is contained in:
doprz
2026-01-08 21:56:01 -06:00
parent 5e04d46e36
commit 4776029cb4

View File

@@ -7,7 +7,7 @@ export const DEV_MODE_CLICK_TARGET = 5;
export const DEV_MODE_CLICK_TIMEOUT = 5000;
export const DEV_MODE_CLICK_INTERVAL = 500;
// LHD Birthday: January 9th, 2025
// LHD Birthday: January 9th, 2024
export const LHD_BIRTHDAY = { month: 0, day: 9 };
export const BIRTHDAY_CELEBRATION_DURATION = 5000;
export const BIRTHDAY_CELEBRATION_DEBOUNCE = 2000;