From 149984d30e85210320d05a69f90ac91e0b94b915 Mon Sep 17 00:00:00 2001 From: agent31750 Date: Tue, 6 Apr 2021 16:29:15 +0200 Subject: [PATCH] swap like and dislike icon (#114) so it represents the right number of likes/dislikes --- src/components/WatchVideo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index 833b8c0a..7c2382c2 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -14,10 +14,10 @@

- + {{ video.likes }}   - + {{ video.dislikes }}