diff --git a/js/page/home.js b/js/page/home.js index 04c228eb5..2f770c489 100644 --- a/js/page/home.js +++ b/js/page/home.js @@ -201,8 +201,7 @@ var FeaturedContentItem = React.createClass({     -

{metadata.description.slice(0, this._maxDescriptionLength) + - (metadata.description.length > this._maxDescriptionLength ? ' ...' : '')}

+

{metadata.description}

); }