Temporarily fix hackathons page

This commit is contained in:
Caleb Denio 2022-09-26 19:19:00 -04:00
parent 36e55206ca
commit fb24963149

View file

@ -12,7 +12,7 @@ import {
import { keyframes } from '@emotion/react'
import Tilt from '../tilt'
import NextLink from 'next/link'
import { humanizedDateRange, formatAddress } from '../../lib/helpers'
import { formatAddress } from '../../lib/helpers'
export default function ScrollingHackathons({ eventData }) {
return (
@ -178,8 +178,6 @@ function EventCard({
footer
) : (
<>
{' '}
<Text as="span">{humanizedDateRange(start, end)}</Text>
<Text
as="span"
itemProp="location"
@ -188,7 +186,6 @@ function EventCard({
>
{!virtual && (
<span itemProp="address">
{': '}
{formatAddress(city, state, country, countryCode)}
</span>
)}