diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue index c8b2b176f423c..80f035530fbc6 100644 --- a/apps/comments/src/components/Comment.vue +++ b/apps/comments/src/components/Comment.vue @@ -26,7 +26,7 @@ {{ t('comments', 'Edit comment') }} @@ -34,7 +34,7 @@ {{ t('comments', 'Delete comment') }} @@ -115,8 +115,8 @@ import NcUserBubble from '@nextcloud/vue/components/NcUserBubble' import IconArrowRight from 'vue-material-design-icons/ArrowRight.vue' import IconClose from 'vue-material-design-icons/Close.vue' -import IconDelete from 'vue-material-design-icons/Delete.vue' -import IconEdit from 'vue-material-design-icons/Pencil.vue' +import IconTrashCanOutline from 'vue-material-design-icons/TrashCanOutline.vue' +import IconPencilOutline from 'vue-material-design-icons/PencilOutline.vue' import CommentMixin from '../mixins/CommentMixin.js' import { mapStores } from 'pinia' @@ -132,8 +132,8 @@ export default { components: { IconArrowRight, IconClose, - IconDelete, - IconEdit, + IconTrashCanOutline, + IconPencilOutline, NcActionButton, NcActions, NcActionSeparator, diff --git a/apps/comments/src/views/Comments.vue b/apps/comments/src/views/Comments.vue index b4128536123c8..657af888a12c7 100644 --- a/apps/comments/src/views/Comments.vue +++ b/apps/comments/src/views/Comments.vue @@ -22,7 +22,7 @@ class="comments__empty" :name="t('comments', 'No comments yet, start the conversation!')">