diff --git a/static/app.js b/static/app.js index 24efd2b..7a78d67 100644 --- a/static/app.js +++ b/static/app.js @@ -76,7 +76,7 @@ function renderTable() { if (rowIdx === closestIdx) tr.id = 'current-match-row'; // Date cell const dateTd = document.createElement('td'); - dateTd.classList.add('date-col'); + if (date === '29/05/25' || date === '25/12/25') { const strong = document.createElement('strong'); strong.innerText = date;