mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-24 00:54:02 -05:00
Change at icon in notification filter to reply-all (#11995)
This commit is contained in:
parent
9027bfff0c
commit
cfe2d1cc4a
@ -64,7 +64,7 @@ class FilterBar extends React.PureComponent {
|
|||||||
onClick={this.onClick('mention')}
|
onClick={this.onClick('mention')}
|
||||||
title={intl.formatMessage(tooltips.mentions)}
|
title={intl.formatMessage(tooltips.mentions)}
|
||||||
>
|
>
|
||||||
<Icon id='at' fixedWidth />
|
<Icon id='reply-all' fixedWidth />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className={selectedFilter === 'favourite' ? 'active' : ''}
|
className={selectedFilter === 'favourite' ? 'active' : ''}
|
||||||
|
Loading…
Reference in New Issue
Block a user