@@ -6,7 +6,7 @@ |
||
6 | 6 | |
7 | 7 | function createFeatherIconSelectChoices($iconKeys = []) |
8 | 8 | { |
9 | - return array_reduce($iconKeys, function ($acc, $iconKey) { |
|
9 | + return array_reduce($iconKeys, function($acc, $iconKey) { |
|
10 | 10 | $acc[$iconKey] = "<i style='width: 16px; height: 16px; vertical-align: middle; position: relative; top: -2px;margin-right: 5px' data-feather='{$iconKey}'></i> {$iconKey}"; |
11 | 11 | return $acc; |
12 | 12 | }, []); |