Skip to content

Commit 8fcbc49

Browse files
committed
Update the filter action icon to use gridicons-menus instead of gridicons-list
1 parent ce87eae commit 8fcbc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrdersViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class OrdersViewController: UIViewController {
7171

7272
func configureNavigation() {
7373
title = NSLocalizedString("Orders", comment: "Orders title")
74-
let rightBarButton = UIBarButtonItem(image: Gridicon.iconOfType(.listUnordered),
74+
let rightBarButton = UIBarButtonItem(image: Gridicon.iconOfType(.menus),
7575
style: .plain,
7676
target: self,
7777
action: #selector(rightButtonTapped))

0 commit comments

Comments
 (0)