mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1235 from TheGrits/patch-3
Fix gh-1234: Update China Conference
This commit is contained in:
commit
f76707381a
1 changed files with 15 additions and 3 deletions
|
@ -458,7 +458,19 @@ var ConferenceSplash = React.createClass({
|
||||||
</td>
|
</td>
|
||||||
<td><FormattedMessage id='conference-2017.date' /></td>
|
<td><FormattedMessage id='conference-2017.date' /></td>
|
||||||
<td>
|
<td>
|
||||||
{'Middle of May, 2017'}
|
<FormattedDate
|
||||||
|
value={new Date(2017, 5, 20)}
|
||||||
|
year='numeric'
|
||||||
|
month='long'
|
||||||
|
day='2-digit'
|
||||||
|
/>
|
||||||
|
{' - '}
|
||||||
|
<FormattedDate
|
||||||
|
value={new Date(2017, 5, 21)}
|
||||||
|
year='numeric'
|
||||||
|
month='long'
|
||||||
|
day='2-digit'
|
||||||
|
/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr className='conf2017-panel-row'>
|
<tr className='conf2017-panel-row'>
|
||||||
|
@ -496,8 +508,8 @@ var ConferenceSplash = React.createClass({
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<a className='button mod-2017-panel' href='mailto:jovi.tong@uniamber.com'>
|
<a className='button mod-2017-panel' href='http://scratchconference2017.sxl.cn/'>
|
||||||
<FormattedMessage id='conference-2017.contact' />
|
<FormattedMessage id='conference-2017.website' />
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue