Commit 8d05ed84 authored by The_Grits's avatar The_Grits

singlequotes

Apparently double quotes don't work
parent 9f2325bd
...@@ -27,7 +27,7 @@ var Splash = injectIntl(React.createClass({ ...@@ -27,7 +27,7 @@ var Splash = injectIntl(React.createClass({
], ],
getInitialState: function () { getInitialState: function () {
return { 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 activity: [], // recent social actions taken by users someone is following
news: [], // gets news posts from the scratch Tumblr news: [], // gets news posts from the scratch Tumblr
featuredCustom: {}, // custom homepage rows, such as "Projects by Scratchers I'm Following" featuredCustom: {}, // custom homepage rows, such as "Projects by Scratchers I'm Following"
......
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