Skip to content

Commit f967fbe

Browse files
authored
fix: Fix broken icon on modern Jenkins versions (#384)
1 parent 09aa6c9 commit f967fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApprovalLink.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
if (ScriptApproval.get().isEmpty()) {
3939
return null;
4040
}
41-
return "notepad.png";
41+
return "notepad.svg";
4242
}
4343

4444
@Override public String getUrlName() {

0 commit comments

Comments
 (0)