mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #1240 from TheGrits/patch-3
Fix gh-1239: Update Conference Dates
This commit is contained in:
commit
3a299e06f7
1 changed files with 4 additions and 4 deletions
|
@ -218,14 +218,14 @@ var ConferenceSplash = React.createClass({
|
|||
<td><FormattedMessage id='conference-2017.date' /></td>
|
||||
<td>
|
||||
<FormattedDate
|
||||
value={new Date(2017, 10, 13)}
|
||||
value={new Date(2017, 10, 10)}
|
||||
year='numeric'
|
||||
month='long'
|
||||
day='2-digit'
|
||||
/>
|
||||
{' - '}
|
||||
<FormattedDate
|
||||
value={new Date(2017, 10, 15)}
|
||||
value={new Date(2017, 10, 12)}
|
||||
year='numeric'
|
||||
month='long'
|
||||
day='2-digit'
|
||||
|
@ -459,14 +459,14 @@ var ConferenceSplash = React.createClass({
|
|||
<td><FormattedMessage id='conference-2017.date' /></td>
|
||||
<td>
|
||||
<FormattedDate
|
||||
value={new Date(2017, 5, 20)}
|
||||
value={new Date(2017, 4, 20)}
|
||||
year='numeric'
|
||||
month='long'
|
||||
day='2-digit'
|
||||
/>
|
||||
{' - '}
|
||||
<FormattedDate
|
||||
value={new Date(2017, 5, 21)}
|
||||
value={new Date(2017, 4, 21)}
|
||||
year='numeric'
|
||||
month='long'
|
||||
day='2-digit'
|
||||
|
|
Loading…
Reference in a new issue