Skip to content

Commit

Permalink
fix: Fix broken icon on modern Jenkins versions (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Feb 23, 2022
1 parent 09aa6c9 commit f967fbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if (ScriptApproval.get().isEmpty()) {
return null;
}
return "notepad.png";
return "notepad.svg";
}

@Override public String getUrlName() {
Expand Down

0 comments on commit f967fbe

Please sign in to comment.