Skip to content

Commit

Permalink
Merge pull request #3543 from huridocs/2519-change-relationship-icon
Browse files Browse the repository at this point in the history
Changed relationship icon from link to exchange-alt
  • Loading branch information
RafaPolit authored Mar 18, 2021
2 parents ab5d5cd + a3b98ad commit a8e15e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/react/Templates/components/Icons.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
checkbox: 'check',
numeric: 'calculator',
relationship: 'link',
relationship: 'exchange-alt',
relationshipfilter: 'filter',
select: 'sort',
multiselect: 'list',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Object {
"nested": "cubes",
"numeric": "calculator",
"preview": "passport",
"relationship": "link",
"relationship": "exchange-alt",
"relationshipfilter": "filter",
"select": "sort",
"text": "font",
Expand Down

0 comments on commit a8e15e5

Please sign in to comment.