glitch: status: fix quote icon on quotes
ci/woodpecker/push/woodpecker Pipeline was successful Details

Ariadne Conill 2024-02-02 21:14:01 -08:00
parent cc97d5b0be
commit 2029340d6a
1 changed files with 1 additions and 3 deletions

View File

@ -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>