aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.html')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.html4
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