Fix hackathons.hackclub.com date on live thing

This commit is contained in:
Ella 2022-12-28 21:07:57 -05:00
parent b5649ce2e8
commit 77fcd834b7

View file

@ -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>