Skip to content

Commit

Permalink
Fix GH icon for app credentials (#777)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Apr 10, 2024
1 parent 305fae8 commit 8b8cd49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ public String getDisplayName() {
/** {@inheritDoc} */
@Override
public String getIconClassName() {
return "icon-github-logo";
return "symbol-logo-github plugin-ionicons-api";

Check warning on line 663 in src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 663 is not covered by tests
}

@SuppressWarnings("unused") // jelly
Expand Down

0 comments on commit 8b8cd49

Please sign in to comment.