mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-19 17:12:58 -05:00
event info use time tag
This commit is contained in:
parent
21d5a1da9d
commit
344916fa89
|
|
@ -104,7 +104,7 @@ const TournamentInfo = ({ event, edit }: EventInfoProps) => {
|
|||
justifySelf="flex-end"
|
||||
/>
|
||||
{/* TODO */}
|
||||
<Box>
|
||||
<Box as="time" dateTime={event.date.toISOString()}>
|
||||
{event.date.toLocaleString("en", {
|
||||
hour: "numeric",
|
||||
minute: "numeric",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user