Skip to content

Commit

Permalink
Merge pull request #521 from strangelookingnerd/update_script_approva…
Browse files Browse the repository at this point in the history
…l_icon

Update ScriptApprovalLink icon
  • Loading branch information
jglick authored Aug 23, 2023
2 parents dede897 + 0a01ee1 commit 66c1964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
if (ScriptApproval.get().isEmpty()) {
return null;
}
return "notepad.svg";
return "symbol-edit-note";
}

@Override public String getUrlName() {
Expand Down

0 comments on commit 66c1964

Please sign in to comment.