mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Fix hackathons.hackclub.com date on live thing
This commit is contained in:
parent
b5649ce2e8
commit
77fcd834b7
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ export default function Hackathons({ data, stars }) {
|
|||
<Link href={data.website}>
|
||||
{data.name} |{' '}
|
||||
{new Intl.DateTimeFormat('en-US', { month: 'long' }).format(
|
||||
new Date(data.start).getMonth()
|
||||
new Date(data.start)
|
||||
)}{' '}
|
||||
{new Date(data.start).getUTCDate()}
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue