diff options
author | koyu <me@koyu.space> | 2019-09-29 22:20:56 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-29 22:20:56 +0200 |
commit | cfe2d1cc4a3c531741fd769241593ebbe03b6711 (patch) | |
tree | 82267d5e38c5be25e1efc0b41de2c2c3ca17c971 | |
parent | 9027bfff0c25a6da1bcef7ce880e5d8211062d1d (diff) |
Change at icon in notification filter to reply-all (#11995)
-rw-r--r-- | app/javascript/mastodon/features/notifications/components/filter_bar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/notifications/components/filter_bar.js b/app/javascript/mastodon/features/notifications/components/filter_bar.js index 3f3e6ab7d..2fd28d832 100644 --- a/app/javascript/mastodon/features/notifications/components/filter_bar.js +++ b/app/javascript/mastodon/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' : ''} |