Merge pull request #43 from lbryio/front-page-tweaks

Update Featured Content and add "five" slot to Community Content
This commit is contained in:
alexliebowitz 2016-08-26 08:23:28 -04:00 committed by GitHub
commit 1c1ca5c0ae

View file

@ -195,16 +195,19 @@ var FeaturedContent = React.createClass({
<h3>Featured Content</h3> <h3>Featured Content</h3>
<FeaturedContentItem name="what" /> <FeaturedContentItem name="what" />
<FeaturedContentItem name="itsadisaster" /> <FeaturedContentItem name="itsadisaster" />
<FeaturedContentItem name="keynesvhayek" /> <FeaturedContentItem name="coloradobridge" />
<FeaturedContentItem name="meetlbry1" /> <FeaturedContentItem name="samhyde2070" />
<FeaturedContentItem name="lendersden" />
</div> </div>
<div className="span6"> <div className="span6">
<h3>Community Content <ToolTipLink style={featuredContentLegendStyle} label="What's this?" <h3>Community Content <ToolTipLink style={featuredContentLegendStyle} label="What's this?"
tooltip='Community Content is a public space where anyone can share content with the rest of the LBRY community. Bid on the names "one," "two," "three" and "four" to put your content here!' /></h3> tooltip='Community Content is a public space where anyone can share content with the rest of the LBRY community. Bid on the names "one," "two," "three," "four" and "five" to put your content here!' /></h3>
<FeaturedContentItem name="one" /> <FeaturedContentItem name="one" />
<FeaturedContentItem name="two" /> <FeaturedContentItem name="two" />
<FeaturedContentItem name="three" /> <FeaturedContentItem name="three" />
<FeaturedContentItem name="four" /> <FeaturedContentItem name="four" />
<FeaturedContentItem name="five" />
</div> </div>
</div> </div>
); );