Skip to content

Commit

Permalink
Merge pull request #253 from NotMyFault/fix/master/broken-folder-icon
Browse files Browse the repository at this point in the history
Restore broken folder credentials icon
  • Loading branch information
alecharp authored Jul 28, 2022
2 parents 5f554bb + 37ef347 commit e4f4ffa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public CredentialsStore getStore(@CheckForNull ModelObject object) {
*/
@Override
public String getIconClassName() {
return "icon-credentials-folder-store";
return "icon-folder-store";
}

/**
Expand Down

0 comments on commit e4f4ffa

Please sign in to comment.