]> cat aescling's git repositories - mastodon.git/commitdiff
Change at icon in notification filter to reply-all (#11995)
authorkoyu <me@koyu.space>
Sun, 29 Sep 2019 20:20:56 +0000 (22:20 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 29 Sep 2019 20:20:56 +0000 (22:20 +0200)
app/javascript/mastodon/features/notifications/components/filter_bar.js

index 3f3e6ab7d234dfde1db3d585220fc2617b83aa84..2fd28d832678d3425477b6549904504ae5ae4991 100644 (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' : ''}