glitch: status: fix quote icon on quotes

th-downstream
Ariadne Conill 9 months ago
parent cc97d5b0be
commit 2029340d6a

@ -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…
Cancel
Save