mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
* Adds fix to #1644 * Update l10n.json * Add files via upload * Add files via upload * Delete index.jsx * Delete index.scss * Delete l10n.json * Update index.jsx * Update l10n.json * Update l10n.json * Update index.jsx
This commit is contained in:
parent
7e00d40325
commit
58ddff4001
2 changed files with 2 additions and 10 deletions
|
@ -217,13 +217,6 @@ var ConferenceSplash = React.createClass({
|
|||
</td>
|
||||
<td><FormattedMessage id='conference-2017.date' /></td>
|
||||
<td>
|
||||
<FormattedDate
|
||||
value={new Date(2017, 10, 10)}
|
||||
year='numeric'
|
||||
month='long'
|
||||
day='2-digit'
|
||||
/>
|
||||
{' - '}
|
||||
<FormattedDate
|
||||
value={new Date(2017, 10, 12)}
|
||||
year='numeric'
|
||||
|
@ -267,8 +260,8 @@ var ConferenceSplash = React.createClass({
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<a className='button mod-2017-panel' href='mailto:admissions@treeoflifelearning.com'>
|
||||
<FormattedMessage id='conference-2017.contact' />
|
||||
<a className='button mod-2017-panel' href='https://scratchcostarica.com/'>
|
||||
<FormattedMessage id='conference-2017.website' />
|
||||
</a>
|
||||
</section>
|
||||
<section className='conf2017-panel mod-chile'>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
"conference-2017.audience": "Audience",
|
||||
"conference-2017.language": "Language",
|
||||
"conference-2017.website": "Visit Website",
|
||||
"conference-2017.contact": "Contact Organizer",
|
||||
|
||||
"conference-2017.franceTitle": "Scratch2017BDX",
|
||||
"conference-2017.franceSubTitle": "Opening, Inspiring, Connecting",
|
||||
|
|
Loading…
Reference in a new issue