From 4e9159828c3f08c3edaf62ccb54bc3b579867adf Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Thu, 22 Sep 2016 02:41:53 -0400 Subject: [PATCH] Use compact search result tiles for featured and community content --- js/page/discover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/page/discover.js b/js/page/discover.js index 755a9f9d4..38b75717f 100644 --- a/js/page/discover.js +++ b/js/page/discover.js @@ -203,7 +203,7 @@ var FeaturedContentItem = React.createClass({ return (
+ cost={this.state.amount} nsfw={this.state.metadata.nsfw} available={this.state.available} compact />
); } });