diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e7e50f8..2cc3cbc 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,15 +5,7 @@
-
-
-
-
-
-
-
-
-
+
@@ -93,7 +85,7 @@
-
+
diff --git a/package.json b/package.json
index 113f306..b992486 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@kerberos-io/ui",
- "version": "1.34.0",
+ "version": "1.35.0",
"main": "lib/index.js",
"repository": "https://github.com/kerberos-io/ui",
"author": "cedricve ",
diff --git a/src/components/Sidebar/Sidebar.tsx b/src/components/Sidebar/Sidebar.tsx
index 4463c2c..e3578bb 100644
--- a/src/components/Sidebar/Sidebar.tsx
+++ b/src/components/Sidebar/Sidebar.tsx
@@ -38,8 +38,8 @@ const Sidebar = ({
+ {children}
- {children}
);
};