diff --git a/frontend/src/components/posts/PostCard.vue b/frontend/src/components/posts/PostCard.vue index 29f15f9..9b2388d 100644 --- a/frontend/src/components/posts/PostCard.vue +++ b/frontend/src/components/posts/PostCard.vue @@ -25,36 +25,36 @@
-
- - + +
@@ -128,7 +128,6 @@ import { RouterLink } from 'vue-router' import { useModalStore } from '../../stores/modal.js' import { usePostsStore } from '../../stores/posts.js' import { toPlainText } from '../../utils/htmlSanitize.js' -import PostEmptyThumbs from './PostEmptyThumbs.vue' import PostSeriesMenu from './PostSeriesMenu.vue' const props = defineProps({ diff --git a/frontend/src/components/posts/PostEmptyThumbs.vue b/frontend/src/components/posts/PostEmptyThumbs.vue deleted file mode 100644 index 9927424..0000000 --- a/frontend/src/components/posts/PostEmptyThumbs.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - - -