Skip to content

Commit

Permalink
New icon for name field
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeallbutt committed Mar 26, 2022
1 parent 6f613df commit 40a7db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Field/FieldIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const FieldIcon = ({ field, hide }) => {
iconName = "tag-faces";
} else if (name.includes("name")) {
iconType = "MaterialCommunityIcons";
iconName = "account";
iconName = "sign-text";
} else if (name.includes("four_fields")) {
iconType = "MaterialCommunityIcons";
iconName = "dice-4";
Expand Down

0 comments on commit 40a7db7

Please sign in to comment.