Skip to content

Commit

Permalink
feat: Replace PNG logo with vectorized image (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Oct 6, 2021
1 parent 27e2bf7 commit 79bf764
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class LockableResourcesRootAction implements RootAction {
Messages._LockableResourcesRootAction_ViewPermission_Description(), Jenkins.ADMINISTER,
PermissionScope.JENKINS);

public static final String ICON = "/plugin/lockable-resources/img/device-24x24.png";
public static final String ICON = "/plugin/lockable-resources/img/device.svg";

@Override
public String getIconFileName() {
Expand Down
Binary file removed src/main/webapp/img/device-24x24.png
Binary file not shown.
139 changes: 139 additions & 0 deletions src/main/webapp/img/device.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79bf764

Please sign in to comment.