diff --git a/frontend/src/components/posts/PostCard.vue b/frontend/src/components/posts/PostCard.vue index 90bc754..f3b7216 100644 --- a/frontend/src/components/posts/PostCard.vue +++ b/frontend/src/components/posts/PostCard.vue @@ -128,6 +128,25 @@ @click="toggleDesc" >{{ descExpanded ? 'Show less' : 'Show more' }} + + +