Tournament registration: month as text

This commit is contained in:
Kalle 2024-03-19 23:22:02 +02:00
parent 2388cea2bd
commit 47b89c3fce

View File

@ -316,7 +316,7 @@ export default function TournamentRegisterPage() {
minute: "numeric",
hour: "numeric",
day: "numeric",
month: "numeric",
month: "long",
})
: null}
</div>