[Glitch] Change at icon in notification filter to reply-all
Port ac007dfb83
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
parent
56ca0d8b1c
commit
6e8131d46c
|
@ -64,7 +64,7 @@ class FilterBar extends React.PureComponent {
|
|||
onClick={this.onClick('mention')}
|
||||
title={intl.formatMessage(tooltips.mentions)}
|
||||
>
|
||||
<Icon id='at' fixedWidth />
|
||||
<Icon id='reply-all' fixedWidth />
|
||||
</button>
|
||||
<button
|
||||
className={selectedFilter === 'favourite' ? 'active' : ''}
|
||||
|
|
Loading…
Reference in New Issue