feat: set opening date!

This commit is contained in:
2026-03-11 12:37:01 +01:00
parent 42156209d8
commit 0c8e827cda
5 changed files with 6 additions and 6 deletions

View File

@@ -371,8 +371,8 @@ export async function sendCancellationEmail(params: {
function reminderHtml(params: { firstName?: string | null }) {
const greeting = params.firstName ? `Hoi ${params.firstName},` : "Hoi!";
// Registration opens at 2026-03-11T10:30:00+01:00
const openDateStr = "woensdag 11 maart 2026 om 10:30";
// Registration opens at 2026-03-16T19:00:00+01:00
const openDateStr = "maandag 16 maart 2026 om 19:00";
const registrationUrl = `${baseUrl}/#registration`;
return `<!DOCTYPE html>