+
@@ -356,11 +380,11 @@ function SideBar({ setIsOpenSideBar, access }) {
-
- {t('users:UserManagement')}
-
+
+
+ {t('users:UserManagement')}
+
+
@@ -398,17 +434,21 @@ function SideBar({ setIsOpenSideBar, access }) {
-
{t('Language')}
+
+ {t('Language')}
+
@@ -416,9 +456,9 @@ function SideBar({ setIsOpenSideBar, access }) {
-
+
-
+
diff --git a/components/SignOut.js b/components/SignOut.js
index b4700f91..ec86f7a4 100644
--- a/components/SignOut.js
+++ b/components/SignOut.js
@@ -35,14 +35,19 @@ export default function SignOut({ collapsed }) {
loading ? 'opacity-70' : ''
}`}
>
-
-
-
- {t('users:SignOut')}
+
+
+
+ {t('users:SignOut')}
+
)
}
diff --git a/components/SwitchLocalization.js b/components/SwitchLocalization.js
index 92c0b7f0..676c8a00 100644
--- a/components/SwitchLocalization.js
+++ b/components/SwitchLocalization.js
@@ -16,11 +16,11 @@ function SwitchLocalization({ collapsed }) {