After event changes

This commit is contained in:
2025-05-10 20:50:49 +03:00
parent 08db504290
commit f2ca0079cc
9 changed files with 110 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ const Program = () => {
<section className={shared.page}>
<h1 id='program-start'>Ohjelma</h1>
{/* Vaihela */}
{/* Vaihela
<h2 className={styles.programTitle}>
<span>7.6.</span>
<a href='https://www.cafelaituri.fi'>
@@ -39,8 +39,8 @@ const Program = () => {
</ul>
<i>Ohjelma täydentyy...</i>
<hr className={styles.programHr} />
{/* Laituri */}
*/}
{/* Laituri
<h2 className={styles.programTitle}>
<span>14.6.</span>
<a href='https://www.cafelaituri.fi'>
@@ -63,6 +63,9 @@ const Program = () => {
</ul>
<i>Ohjelma täydentyy...</i>
<hr className={styles.programHr} />
*/}
<i className={shared.moreInfoLaterText}>Lisätietoja tulossa myöhemmin...</i>
</section>
);
};