Skip to content

Commit 8b8cd49

Browse files
authored
Fix GH icon for app credentials (#777)
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 305fae8 commit 8b8cd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ public String getDisplayName() {
660660
/** {@inheritDoc} */
661661
@Override
662662
public String getIconClassName() {
663-
return "icon-github-logo";
663+
return "symbol-logo-github plugin-ionicons-api";
664664
}
665665

666666
@SuppressWarnings("unused") // jelly

0 commit comments

Comments
 (0)