From 54f8ff75da256c3613b473aa50aa3afc7cab8973 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Fri, 27 May 2022 21:24:44 +0200 Subject: Replacing css icons with md components Signed-off-by: dartcafe --- src/js/components/SideBar/SideBarTabComments.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/js/components/SideBar/SideBarTabComments.vue') diff --git a/src/js/components/SideBar/SideBarTabComments.vue b/src/js/components/SideBar/SideBarTabComments.vue index 73bd59d3..b797f860 100644 --- a/src/js/components/SideBar/SideBarTabComments.vue +++ b/src/js/components/SideBar/SideBarTabComments.vue @@ -24,8 +24,11 @@
- + {{ t('polls', 'No comments') }} + @@ -38,6 +41,7 @@ import CommentAdd from '../Comments/CommentAdd.vue' import Comments from '../Comments/Comments.vue' import { EmptyContent } from '@nextcloud/vue' import { mapGetters, mapState } from 'vuex' +import CommentsIcon from 'vue-material-design-icons/CommentProcessing.vue' export default { name: 'SideBarTabComments', @@ -45,6 +49,7 @@ export default { CommentAdd, Comments, EmptyContent, + CommentsIcon, }, computed: { -- cgit v1.2.3