th: glitch: status: fix quote icon on quotes

main
Ariadne Conill 2024-02-02 21:14:01 -08:00 committed by Kouhai
parent 94a0b7a7f0
commit 98ae4ef813
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>