SearchKit - better icon for packaged searches
authorColeman Watts <coleman@civicrm.org>
Wed, 22 Dec 2021 05:32:01 +0000 (00:32 -0500)
committerColeman Watts <coleman@civicrm.org>
Wed, 22 Dec 2021 05:32:01 +0000 (00:32 -0500)
ext/search_kit/ang/crmSearchAdmin.module.js

index 8ac46b3938b89efa6b090ccc2a6c6333d58cb82d..62737a96c88e1a4d3c67840da89677de6b3897e6 100644 (file)
@@ -62,7 +62,7 @@
       // Tabs include a rowCount which will be updated by the search controller
       this.tabs = [
         {name: 'custom', title: ts('Custom Searches'), icon: 'fa-search-plus', rowCount: null, filters: {has_base: false}},
-        {name: 'packaged', title: ts('Packaged Searches'), icon: 'fa-gift', rowCount: null, filters: {has_base: true}}
+        {name: 'packaged', title: ts('Packaged Searches'), icon: 'fa-suitcase', rowCount: null, filters: {has_base: true}}
       ];
       $scope.$bindToRoute({
         expr: '$ctrl.tab',