Commit 2799d120 authored by Arav Narula's avatar Arav Narula Committed by chrisgarrity

Update credits.jsx (#1770)

* Update credits.jsx

* Fix up ES6 changes.
parent 25a1280c
...@@ -372,6 +372,7 @@ const Credits = () => ( ...@@ -372,6 +372,7 @@ const Credits = () => (
<p> <p>
<a href="http://www.nsf.gov/">National Science Foundation</a>, <a href="http://www.nsf.gov/">National Science Foundation</a>,
<a href="http://www.scratchfoundation.org/"> Scratch 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.google.org/"> Google</a>,
<a href="http://www.legofoundation.com/"> LEGO Foundation</a>, <a href="http://www.legofoundation.com/"> LEGO Foundation</a>,
<a href="http://www.intel.com/"> Intel</a>, <a href="http://www.intel.com/"> Intel</a>,
...@@ -429,5 +430,6 @@ const Credits = () => ( ...@@ -429,5 +430,6 @@ const Credits = () => (
</p> </p>
</div> </div>
); );
render(<Page><Credits /></Page>, document.getElementById('app')); render(<Page><Credits /></Page>, document.getElementById('app'));
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment