From ff79464b4c19d3c65375623ec098ed3ce6e58c8b Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Mon, 17 Jul 2023 13:25:21 -0300 Subject: [PATCH] Add icon to notifications menu TODO: - [ ] The icon didn't appear, necessary to fix this Task suspended to be possible work at most important features Signed-off-by: Vitor Mattos --- src/components/LeftSidebar.vue | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/LeftSidebar.vue b/src/components/LeftSidebar.vue index 34c052e..7763d52 100644 --- a/src/components/LeftSidebar.vue +++ b/src/components/LeftSidebar.vue @@ -5,6 +5,11 @@ :title="t('my_company', 'Home')" icon="icon-home" :exact="true" /> + + + @@ -12,19 +17,21 @@ - -