Skip to content

Commit

Permalink
Merge pull request #452 from janfaracik/use-symbol
Browse files Browse the repository at this point in the history
Use symbol for organisation icon
  • Loading branch information
jtnord committed May 1, 2024
2 parents 9d30c9c + 9c7cd56 commit af810c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jenkins/branch/OrganizationFolder.java
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ public String getIconFilePathPattern() {
*/
@Override
public String getIconClassName() {
return "icon-branch-api-organization-folder";
return "symbol-business-outline plugin-ionicons-api";
}

/**
Expand Down

0 comments on commit af810c5

Please sign in to comment.