From 02640da2b0503566f81f69c29043a29d94dedb48 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Fri, 9 Aug 2024 01:22:18 -0400 Subject: [PATCH] Ui Added Like dislike and comments icons. I Hide the comments. --- src/views/contents/ContentCard.vue | 124 ++++++++++++++++++++++------- 1 file changed, 96 insertions(+), 28 deletions(-) diff --git a/src/views/contents/ContentCard.vue b/src/views/contents/ContentCard.vue index cf2715e..4bb10ea 100644 --- a/src/views/contents/ContentCard.vue +++ b/src/views/contents/ContentCard.vue @@ -1,37 +1,53 @@