diff --git a/components/hackathons/scrolling-hackathons.js b/components/hackathons/scrolling-hackathons.js
index 08e6ec2a..ccf80eb7 100644
--- a/components/hackathons/scrolling-hackathons.js
+++ b/components/hackathons/scrolling-hackathons.js
@@ -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
) : (
<>
- {' '}
- {humanizedDateRange(start, end)}
{!virtual && (
- {': '}
{formatAddress(city, state, country, countryCode)}
)}