diff --git a/Classes/Notifications/NotificationsViewController.swift b/Classes/Notifications/NotificationsViewController.swift index e509ca21b..a28387bf3 100644 --- a/Classes/Notifications/NotificationsViewController.swift +++ b/Classes/Notifications/NotificationsViewController.swift @@ -59,7 +59,7 @@ ReviewGitHubAccessDelegate switch inboxType { case .unread: let item = UIBarButtonItem( - image: UIImage(named: "filter"), + image: UIImage(named: "bullets-hollow"), style: .plain, target: self, action: #selector(NotificationsViewController.onMore(sender:))