Update credits.jsx (#1770)

* Update credits.jsx

* Fix up ES6 changes.
This commit is contained in:
Arav Narula 2018-02-01 17:24:28 -05:00 committed by chrisgarrity
parent 25a1280cca
commit 2799d12069

View file

@ -372,6 +372,7 @@ const Credits = () => (
<p>
<a href="http://www.nsf.gov/">National Science Foundation</a>,
<a href="http://www.scratchfoundation.org/"> Scratch Foundation</a>,
<a href="http:/www.siegelendowment.org"> Siegel Family Endowment</a>,
<a href="http://www.google.org/"> Google</a>,
<a href="http://www.legofoundation.com/"> LEGO Foundation</a>,
<a href="http://www.intel.com/"> Intel</a>,
@ -429,5 +430,6 @@ const Credits = () => (
</p>
</div>
);
render(<Page><Credits /></Page>, document.getElementById('app'));