Unverified Commit 1d381c07 authored by Sarah Otts's avatar Sarah Otts Committed by GitHub

Merge pull request #5155 from zoebentley/conference-update-march-2021-fixed-dependencies

Fixed other place where date appears on Conference page
parents 5aeee265 acbda599
...@@ -51,13 +51,6 @@ const ConferenceSplash = () => ( ...@@ -51,13 +51,6 @@ const ConferenceSplash = () => (
value={new Date(2021, 6, 22)} value={new Date(2021, 6, 22)}
year="numeric" year="numeric"
/> />
{' - '}
<FormattedDate
day="2-digit"
month="long"
value={new Date(2021, 6, 24)}
year="numeric"
/>
</td> </td>
</tr> </tr>
<tr className="conf2020-panel-row"> <tr className="conf2020-panel-row">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment