Skip to content

Commit

Permalink
th: glitch: status: fix quote icon on quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini authored and sneakers-the-rat committed Jun 30, 2024
1 parent ecc38e9 commit 73dfe5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/javascript/flavours/glitch/components/status_content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,9 @@ class StatusContent extends PureComponent {
<span className='quote-display-name'>
<Icon
fixedWidth
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>
Expand Down

0 comments on commit 73dfe5b

Please sign in to comment.