glitch: status: fix quote icon on quotes
This commit is contained in:
parent
cc97d5b0be
commit
2029340d6a
1 changed files with 1 additions and 3 deletions
|
@ -379,11 +379,9 @@ class StatusContent extends PureComponent {
|
|||
<span className='quote-display-name'>
|
||||
<Icon
|
||||
fixedWidth
|
||||
icon='quote-right'
|
||||
id='quote-right'
|
||||
aria-hidden='true'
|
||||
key='icon-quote-right'
|
||||
iconComponent={QuoteIcon} />
|
||||
icon={QuoteIcon} />
|
||||
<strong className='display-name__html'>
|
||||
<a onClick={this.handleAccountClick} href={quoteStatus.getIn(['account', 'url'])} dangerouslySetInnerHTML={quoteStatusDisplayName} />
|
||||
</strong>
|
||||
|
|
Loading…
Reference in a new issue