Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Change at icon in notification filter to reply-all (mastodon#11995)
Browse files Browse the repository at this point in the history
  • Loading branch information
koyuawsmbrtn authored and Gargron committed Sep 29, 2019
1 parent 9027bff commit cfe2d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' : ''}
Expand Down

0 comments on commit cfe2d1c

Please sign in to comment.