Fix style 2

This commit is contained in:
2026-05-02 13:03:48 +07:00
parent 2bf1b0f6ef
commit 593092215d
8 changed files with 15 additions and 14 deletions

View File

@@ -133,7 +133,7 @@ function renderScheduleTeaser() {
date.setDate(now.getDate() + offset);
const dayNum = `${date.getDate()}/${date.getMonth() + 1}`;
return `
<a href="schedule.html" class="sfB-tcard">
<a href="/schedule/" class="sfB-tcard">
<div class="day"><span class="day-date">${dayNum}</span> ${row.day}</div>
<div class="when">${row.when || ''}</div>
<h4>${row.social}</h4>