From 0587ff16cd2a9f5fad2375c87c9193203f043355 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Fri, 19 Jun 2020 02:55:47 +1200 Subject: [PATCH] Use fa icons for like and dislike --- src/renderer/components/watch-video-info/watch-video-info.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/watch-video-info/watch-video-info.vue b/src/renderer/components/watch-video-info/watch-video-info.vue index 397fcf7a..de9284f0 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.vue +++ b/src/renderer/components/watch-video-info/watch-video-info.vue @@ -49,8 +49,8 @@ :style="{ background: `linear-gradient(to right, var(--accent-color) ${likePercentageRatio}%, #9E9E9E ${likePercentageRatio}%` }" >
- 👍 {{ likeCount }} - 👎 {{ dislikeCount }} + {{ likeCount }} + {{ dislikeCount }}