diff --git a/js/theme.js b/js/theme.js index 49a7a0a..eef3f73 100644 --- a/js/theme.js +++ b/js/theme.js @@ -33,8 +33,8 @@ themeToggle.addEventListener('click', () => { // Change the theme with the time -const today = new Date(); -const Hr = today.getHours(); +// const today = new Date(); +// const Hr = today.getHours(); /* if (Hr >= 19 || Hr < 5) {