]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/buttons/edit-button.component.html
Fix video action dropdown
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / edit-button.component.html
index cecb780f384e1292de1f6f5e5a74ad70397b0228..da3addbae2a517a91816e12f0afc5f71b9bbee97 100644 (file)
@@ -1,5 +1,5 @@
 <a class="action-button action-button-edit" [routerLink]="routerLink" i18n-title title="Edit">
-  <span class="icon icon-edit"></span>
+  <my-global-icon iconName="edit"></my-global-icon>
 
   <span class="button-label" *ngIf="label">{{ label }}</span>
   <span i18n class="button-label" *ngIf="!label">Edit</span>