diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-03 18:54:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-03 18:54:49 +0100 |
commit | 64ff48cb8d854f43884cd769d1eec71f6394cd77 (patch) | |
tree | 8ff6544cb0f117616d4b98a84f0d8db06a52c0b9 /client/src/app/videos | |
parent | 44daca1f4108e72b49281fb232be006c11ffab3a (diff) | |
download | PeerTube-64ff48cb8d854f43884cd769d1eec71f6394cd77.tar.gz PeerTube-64ff48cb8d854f43884cd769d1eec71f6394cd77.tar.zst PeerTube-64ff48cb8d854f43884cd769d1eec71f6394cd77.zip |
Change the support icon
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 5b98a7bd4..647cc3c57 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -73,8 +73,8 @@ | |||
73 | <my-global-icon iconName="dislike"></my-global-icon> | 73 | <my-global-icon iconName="dislike"></my-global-icon> |
74 | </div> | 74 | </div> |
75 | 75 | ||
76 | <div *ngIf="video.support" (click)="showSupportModal()" class="action-button"> | 76 | <div *ngIf="video.support" (click)="showSupportModal()" class="action-button action-button-support"> |
77 | <my-global-icon iconName="heart"></my-global-icon> | 77 | <my-global-icon iconName="support"></my-global-icon> |
78 | <span class="icon-text" i18n>Support</span> | 78 | <span class="icon-text" i18n>Support</span> |
79 | </div> | 79 | </div> |
80 | 80 | ||