Fixed greetings

This commit is contained in:
Miguel R. Ávika 2020-11-03 07:35:15 -06:00
parent d851bc0f3a
commit 27b167c0f5

View File

@ -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) {