Fixed greetings
This commit is contained in:
parent
d851bc0f3a
commit
27b167c0f5
@ -33,8 +33,8 @@ themeToggle.addEventListener('click', () => {
|
|||||||
|
|
||||||
// Change the theme with the time
|
// Change the theme with the time
|
||||||
|
|
||||||
const today = new Date();
|
// const today = new Date();
|
||||||
const Hr = today.getHours();
|
// const Hr = today.getHours();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if (Hr >= 19 || Hr < 5) {
|
if (Hr >= 19 || Hr < 5) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user