Make Featured Content use TrunctedText
This commit is contained in:
parent
b60037b8d9
commit
3d20bc22aa
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ var SearchResultRow = React.createClass({
|
|||
</span>
|
||||
<h2 style={searchRowTitleStyle}><a href={'/?show=' + this.props.name}>{this.props.title}</a></h2>
|
||||
<div style={searchRowNameStyle}>lbry://{this.props.name}</div>
|
||||
<p style={searchRowDescriptionStyle}>{this.props.description}</p>
|
||||
<p style={searchRowDescriptionStyle}><TruncatedText>{this.props.description}</TruncatedText></p>
|
||||
<div>
|
||||
<WatchLink streamName={this.props.name} button="primary" />
|
||||
{ ' ' }
|
||||
|
|
Loading…
Add table
Reference in a new issue