]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Change at icon in notification filter to reply-all
authorkoyu <me@koyu.space>
Sun, 29 Sep 2019 20:20:56 +0000 (22:20 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 30 Sep 2019 13:58:29 +0000 (15:58 +0200)
Port cfe2d1cc4a3c531741fd769241593ebbe03b6711 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/features/notifications/components/filter_bar.js

index 356ca47218f10003b19d5080f02e594e373a6349..6118305d663c43cd54f0b95c3a85996f9e53f293 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' : ''}