about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkoyu <me@koyu.space>2019-09-29 22:20:56 +0200
committerThibaut Girka <thib@sitedethib.com>2019-09-30 15:58:29 +0200
commit1bfa9149ee64f86ca62031ed4d84b70f2a9e86e8 (patch)
tree888dbe209e0abbea4370802304850597d9743862
parent88481c965334e28615b353253380255973f4aaa5 (diff)
[Glitch] Change at icon in notification filter to reply-all
Port cfe2d1cc4a3c531741fd769241593ebbe03b6711 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
-rw-r--r--app/javascript/flavours/glitch/features/notifications/components/filter_bar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/notifications/components/filter_bar.js b/app/javascript/flavours/glitch/features/notifications/components/filter_bar.js
index 356ca4721..6118305d6 100644
--- a/app/javascript/flavours/glitch/features/notifications/components/filter_bar.js
+++ b/app/javascript/flavours/glitch/features/notifications/components/filter_bar.js
@@ -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' : ''}