mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 13:17:15 -05:00
Tournament registration: month as text
This commit is contained in:
@@ -316,7 +316,7 @@ export default function TournamentRegisterPage() {
|
||||
minute: "numeric",
|
||||
hour: "numeric",
|
||||
day: "numeric",
|
||||
month: "numeric",
|
||||
month: "long",
|
||||
})
|
||||
: null}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user