From a6c927508f3451f8fe39e3ae7c4a1e46042c9f0a Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Fri, 31 Dec 2021 15:48:20 +0100 Subject: [PATCH] fix: tooltip bug in sidebar with text + icons Signed-off-by: Stefan Dej --- src/components/TheSidebar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TheSidebar.vue b/src/components/TheSidebar.vue index 651ebe79..129d8291 100644 --- a/src/components/TheSidebar.vue +++ b/src/components/TheSidebar.vue @@ -56,7 +56,7 @@
- + - {{ $t(`Router.${category.title}`) }} + {{ $t(`Router.${category.title}`) }}