1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-28 14:58:21 +09:00

Change at icon in notification filter to reply-all (#11995)

This commit is contained in:
koyu 2019-09-29 22:20:56 +02:00 committed by Eugen Rochko
parent 9027bfff0c
commit cfe2d1cc4a

View File

@ -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' : ''}