diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2021-03-22 14:19:08 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-24 18:18:41 +0100 |
commit | 6b1ef956993ff294534281a35dd3b9ce5538a7b1 (patch) | |
tree | 196fd6dd204e7895fc9588e710484c4b0ddbabd1 /client/src/app/+video-channels/video-channels.component.html | |
parent | 97aeb3cc46c2e03c3187accd7c4561209be8be89 (diff) | |
download | PeerTube-6b1ef956993ff294534281a35dd3b9ce5538a7b1.tar.gz PeerTube-6b1ef956993ff294534281a35dd3b9ce5538a7b1.tar.zst PeerTube-6b1ef956993ff294534281a35dd3b9ce5538a7b1.zip |
Change copy icon (#3867)
* client: change copy icon to glypicon-duplicate
* client: add "copy" text to copy icons
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 4b0d12b6e..b3ea19768 100644 --- a/client/src/app/+video-channels/video-channels.component.html +++ b/client/src/app/+video-channels/video-channels.component.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <button [cdkCopyToClipboard]="videoChannel.nameWithHostForced" (click)="activateCopiedMessage()" | 12 | <button [cdkCopyToClipboard]="videoChannel.nameWithHostForced" (click)="activateCopiedMessage()" |
13 | class="btn btn-outline-secondary btn-sm copy-button" | 13 | class="btn btn-outline-secondary btn-sm copy-button" |
14 | > | 14 | > |
15 | <span class="glyphicon glyphicon-copy"></span> | 15 | <span class="glyphicon glyphicon-duplicate"></span> |
16 | </button> | 16 | </button> |
17 | </div> | 17 | </div> |
18 | </div> | 18 | </div> |