Add another official holiday in bold
This commit is contained in:
parent
18942bcf62
commit
1409001266
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user