2222 class =" comments__empty"
2323 :name =" t('comments', 'No comments yet, start the conversation!')" >
2424 <template #icon >
25- <MessageReplyTextIcon />
25+ <IconMessageReplyTextOutline />
2626 </template >
2727 </NcEmptyContent >
2828 <ul v-else >
5151 <template v-else-if =" error " >
5252 <NcEmptyContent class =" comments__error" :name =" error" >
5353 <template #icon >
54- <AlertCircleOutlineIcon />
54+ <IconAlertCircleOutline />
5555 </template >
5656 </NcEmptyContent >
5757 <NcButton class =" comments__retry" @click =" getComments" >
5858 <template #icon >
59- <RefreshIcon />
59+ <IconRefresh />
6060 </template >
6161 {{ t('comments', 'Retry') }}
6262 </NcButton >
@@ -72,9 +72,9 @@ import { vElementVisibility as elementVisibility } from '@vueuse/components'
7272
7373import NcEmptyContent from ' @nextcloud/vue/components/NcEmptyContent'
7474import NcButton from ' @nextcloud/vue/components/NcButton'
75- import RefreshIcon from ' vue-material-design-icons/Refresh.vue'
76- import MessageReplyTextIcon from ' vue-material-design-icons/MessageReplyText .vue'
77- import AlertCircleOutlineIcon from ' vue-material-design-icons/AlertCircleOutline.vue'
75+ import IconRefresh from ' vue-material-design-icons/Refresh.vue'
76+ import IconMessageReplyTextOutline from ' vue-material-design-icons/MessageReplyTextOutline .vue'
77+ import IconAlertCircleOutline from ' vue-material-design-icons/AlertCircleOutline.vue'
7878
7979import Comment from ' ../components/Comment.vue'
8080import CommentView from ' ../mixins/CommentView'
@@ -89,9 +89,9 @@ export default {
8989 Comment ,
9090 NcEmptyContent,
9191 NcButton,
92- RefreshIcon ,
93- MessageReplyTextIcon ,
94- AlertCircleOutlineIcon ,
92+ IconRefresh ,
93+ IconMessageReplyTextOutline ,
94+ IconAlertCircleOutline ,
9595 },
9696
9797 directives: {
0 commit comments