Skip to content

Commit

Permalink
resources: smoother buttons (fixes #7889) (#7897)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
jessewashburn and dogi authored Dec 6, 2024
1 parent f65801e commit 7c83d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.15.87",
"version": "0.15.88",
"myplanet": {
"latest": "v0.21.29",
"min": "v0.20.29"
Expand Down
4 changes: 2 additions & 2 deletions src/app/resources/resources.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ <h3 class="header">
</ng-container>
<ng-container *ngIf="element.canManage && myView !== 'myPersonals'">
<a mat-menu-item (click)="updateResource(element)">
<mat-icon>folder</mat-icon>
<span i18n>Manage</span>
<mat-icon>edit</mat-icon>
<span i18n>Edit Resource</span>
</a>
<button mat-menu-item (click)="deleteClick(element)">
<mat-icon>delete_forever</mat-icon>
Expand Down

0 comments on commit 7c83d31

Please sign in to comment.