singlequotes

Apparently double quotes don't work
This commit is contained in:
The_Grits 2016-02-18 14:34:02 -05:00
parent 9f2325bd83
commit 8d05ed84b4

View file

@ -27,7 +27,7 @@ var Splash = injectIntl(React.createClass({
],
getInitialState: function () {
return {
projectCount: "over 13 million", // gets the shared project count
projectCount: 'over 13 million', // gets the shared project count
activity: [], // recent social actions taken by users someone is following
news: [], // gets news posts from the scratch Tumblr
featuredCustom: {}, // custom homepage rows, such as "Projects by Scratchers I'm Following"