From 9fbd5b691cfb23deb6403e2c12d81c1fe0bdd015 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Fri, 1 Dec 2017 15:12:49 -0500 Subject: [PATCH] temporarily take out curator row and recently shared row --- src/views/splash/presentation.jsx | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/src/views/splash/presentation.jsx b/src/views/splash/presentation.jsx index 8e699bc6c..9e9c2f8c0 100644 --- a/src/views/splash/presentation.jsx +++ b/src/views/splash/presentation.jsx @@ -90,23 +90,6 @@ var SplashPresentation = injectIntl(React.createClass({ ]; - if (this.props.featuredGlobal.curator_top_projects && - this.props.featuredGlobal.curator_top_projects.length > 4) { - - rows.push( - - - - ); - } - if (this.props.featuredGlobal.scratch_design_studio && this.props.featuredGlobal.scratch_design_studio.length > 4) { @@ -124,20 +107,6 @@ var SplashPresentation = injectIntl(React.createClass({ ); } - if (this.props.user && - this.props.featuredGlobal.community_newest_projects && - this.props.featuredGlobal.community_newest_projects.length > 0) { - - rows.push( - - - - ); - } - if (this.props.sharedByFollowing && this.props.sharedByFollowing.length > 0) { rows.push(