diff --git a/app/components/comment/CommentItem.vue b/app/components/comment/CommentItem.vue
index 3e4a95d..92f4e15 100644
--- a/app/components/comment/CommentItem.vue
+++ b/app/components/comment/CommentItem.vue
@@ -135,7 +135,7 @@ function initials(name: string | null) {
Edit
-
+
Delete
diff --git a/app/components/post/PostDetail.vue b/app/components/post/PostDetail.vue
index d9f4fdb..03c7da7 100644
--- a/app/components/post/PostDetail.vue
+++ b/app/components/post/PostDetail.vue
@@ -381,7 +381,7 @@ async function handleShare() {
Edit
- Delete
+ Delete
diff --git a/app/components/post/PostDetailModal.vue b/app/components/post/PostDetailModal.vue
index ef92300..9473303 100644
--- a/app/components/post/PostDetailModal.vue
+++ b/app/components/post/PostDetailModal.vue
@@ -30,6 +30,7 @@ watch(open, (isOpen) => {