Skip to content

Commit 3b5def3

Browse files
committed
feat: Switch to ionicons-api
1 parent 11de249 commit 3b5def3

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
<artifactId>github-api</artifactId>
8686
<version>1.114.2</version>
8787
</dependency>
88+
<dependency>
89+
<groupId>io.jenkins.plugins</groupId>
90+
<artifactId>ionicons-api</artifactId>
91+
<version>19.v744f3b_2b_b_e4e</version>
92+
</dependency>
8893

8994
<dependency>
9095
<groupId>org.jenkins-ci.plugins</groupId>

src/main/java/com/coravy/hudson/plugins/github/GithubLinkAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public String getDisplayName() {
2929

3030
@Override
3131
public String getIconFileName() {
32-
return "symbol-logo-github plugin-github";
32+
return "symbol-logo-github plugin-ionicons-api";
3333
}
3434

3535
@Override

src/main/java/org/jenkinsci/plugins/github/admin/GitHubHookRegisterProblemMonitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public static class GitHubHookRegisterProblemManagementLink extends ManagementLi
236236
public String getIconFileName() {
237237
return monitor.getProblems().isEmpty() && monitor.ignored.isEmpty()
238238
? null
239-
: "symbol-logo-github plugin-github";
239+
: "symbol-logo-github plugin-ionicons-api";
240240
}
241241

242242
@Override

src/main/resources/images/symbols/logo-github.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)