diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 15:51:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 15:51:47 +0200 |
commit | b15fcd49bff880a8246cb48292af3ae8d66f0699 (patch) | |
tree | 48808c5bc0491a7c8f11fda3bad24f0d951221ff /client/src/app/shared/shared-share-modal/video-share.component.html | |
parent | 073367bb651776648792046895b73c2f37e9f532 (diff) | |
download | PeerTube-b15fcd49bff880a8246cb48292af3ae8d66f0699.tar.gz PeerTube-b15fcd49bff880a8246cb48292af3ae8d66f0699.tar.zst PeerTube-b15fcd49bff880a8246cb48292af3ae8d66f0699.zip |
Prefer global icon instead of glyphicon for copy
Diffstat (limited to 'client/src/app/shared/shared-share-modal/video-share.component.html')
-rw-r--r-- | client/src/app/shared/shared-share-modal/video-share.component.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.html b/client/src/app/shared/shared-share-modal/video-share.component.html index a6b8576a1..572c03129 100644 --- a/client/src/app/shared/shared-share-modal/video-share.component.html +++ b/client/src/app/shared/shared-share-modal/video-share.component.html | |||
@@ -25,7 +25,6 @@ | |||
25 | 25 | ||
26 | <ng-template ngbNavContent> | 26 | <ng-template ngbNavContent> |
27 | <div class="nav-content"> | 27 | <div class="nav-content"> |
28 | |||
29 | <my-input-toggle-hidden [value]="getPlaylistUrl()" [withToggle]="false" [withCopy]="true" [show]="true" [readonly]="true"></my-input-toggle-hidden> | 28 | <my-input-toggle-hidden [value]="getPlaylistUrl()" [withToggle]="false" [withCopy]="true" [show]="true" [readonly]="true"></my-input-toggle-hidden> |
30 | </div> | 29 | </div> |
31 | </ng-template> | 30 | </ng-template> |