[Glitch] Change at icon in notification filter to reply-all

Port cfe2d1cc4a to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
koyu 5 years ago committed by Thibaut Girka
parent 88481c9653
commit 1bfa9149ee
  1. 2
      app/javascript/flavours/glitch/features/notifications/components/filter_bar.js

@ -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…
Cancel
Save