diff --git a/src/views/splash/splash.jsx b/src/views/splash/splash.jsx index 85a2b2b52..e6f3ce869 100644 --- a/src/views/splash/splash.jsx +++ b/src/views/splash/splash.jsx @@ -189,16 +189,12 @@ var Splash = injectIntl(React.createClass({ var rows = [ , @@ -216,8 +212,8 @@ var Splash = injectIntl(React.createClass({ this.state.featuredGlobal.curator_top_projects[0].curator_name} moreTitle={formatMessage({id: 'general.learnMore', defaultMessage: 'Learn More'})} moreHref="/studios/386359/"> - + + ); } @@ -229,14 +225,12 @@ var Splash = injectIntl(React.createClass({ - + + ); } @@ -246,14 +240,9 @@ var Splash = injectIntl(React.createClass({ this.state.featuredGlobal.community_newest_projects.length > 0) { rows.push( - - + + ); } @@ -262,12 +251,9 @@ var Splash = injectIntl(React.createClass({ this.state.featuredCustom.custom_projects_by_following.length > 0) { rows.push( - - + ); @@ -276,12 +262,9 @@ var Splash = injectIntl(React.createClass({ this.state.featuredCustom.custom_projects_loved_by_following.length > 0) { rows.push( - - + ); @@ -291,31 +274,22 @@ var Splash = injectIntl(React.createClass({ this.state.featuredCustom.custom_projects_in_studios_following.length > 0) { rows.push( - - + ); } rows.push( - , -