diff --git a/app/components/BoardPostCard.vue b/app/components/BoardPostCard.vue index 8e08375..5f00f3f 100644 --- a/app/components/BoardPostCard.vue +++ b/app/components/BoardPostCard.vue @@ -2,13 +2,18 @@
-
+
+
+ Delete? + + +
-

{{ post.title }}

+

{{ post.title }}

Seeking
@@ -34,7 +39,7 @@ :alt="post.author.name" class="author-avatar" > - + {{ post.author ? post.author.name : 'Unknown' }}