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/+video-channels/video-channels.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/+video-channels/video-channels.component.html')
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html index 780db79b0..1b9dbe7b9 100644 --- a/client/src/app/+video-channels/video-channels.component.html +++ b/client/src/app/+video-channels/video-channels.component.html | |||
@@ -67,7 +67,7 @@ | |||
67 | <button [cdkCopyToClipboard]="videoChannel.nameWithHostForced" (click)="activateCopiedMessage()" | 67 | <button [cdkCopyToClipboard]="videoChannel.nameWithHostForced" (click)="activateCopiedMessage()" |
68 | class="btn btn-outline-secondary btn-sm copy-button" title="Copy channel handle" i18n-title | 68 | class="btn btn-outline-secondary btn-sm copy-button" title="Copy channel handle" i18n-title |
69 | > | 69 | > |
70 | <span class="glyphicon glyphicon-duplicate"></span> | 70 | <my-global-icon iconName="copy"></my-global-icon> |
71 | </button> | 71 | </button> |
72 | </div> | 72 | </div> |
73 | 73 | ||