mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Fixed other place where date appears
This commit is contained in:
parent
a3a93ec057
commit
138ed7339e
1 changed files with 0 additions and 7 deletions
|
@ -51,13 +51,6 @@ const ConferenceSplash = () => (
|
|||
value={new Date(2021, 6, 22)}
|
||||
year="numeric"
|
||||
/>
|
||||
{' - '}
|
||||
<FormattedDate
|
||||
day="2-digit"
|
||||
month="long"
|
||||
value={new Date(2021, 6, 24)}
|
||||
year="numeric"
|
||||
/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr className="conf2020-panel-row">
|
||||
|
|
Loading…
Reference in a new issue