Add another official holiday in bold

This commit is contained in:
Greg 2025-05-12 23:56:57 +02:00
parent 18942bcf62
commit 1409001266

View File

@ -86,7 +86,7 @@ function renderTable() {
dateTd.style.minWidth = '100px';
dateTd.style.maxWidth = '140px';
dateTd.style.textAlign = 'left';
if (date === '29/05/25' || date === '25/12/25') {
if (date === '29/05/25' || date === '25/12/25' || date === '01/01/26') {
const strong = document.createElement('strong');
strong.innerText = date;
dateTd.appendChild(strong);