+
macOS
diff --git a/website/src/components/DocsSidebar/index.tsx b/website/src/components/DocsSidebar/index.tsx
index bd1ad4fb3..f9484dcff 100644
--- a/website/src/components/DocsSidebar/index.tsx
+++ b/website/src/components/DocsSidebar/index.tsx
@@ -73,7 +73,9 @@ export default function DocsSidebar() {
OIDC: Zitadel
-
SAML
+
+ SAML Overview
+
SAML: Google
diff --git a/website/src/components/Sidebar/index.tsx b/website/src/components/Sidebar/index.tsx
index 67d0e409d..ab8e61911 100644
--- a/website/src/components/Sidebar/index.tsx
+++ b/website/src/components/Sidebar/index.tsx
@@ -18,7 +18,7 @@ const FlowbiteSidebarTheme: CustomFlowbiteTheme["sidebar"] = {
},
collapse: {
button:
- "group flex w-full items-center rounded-lg p-2 text-base font-normal text-neutral-900 transition duration-75 hover:bg-neutral-100 dark:text-white dark:hover:bg-neutral-700",
+ "group flex w-full items-center rounded p-2 text-base font-normal text-neutral-900 transition duration-75 hover:bg-neutral-100 dark:text-white dark:hover:bg-neutral-700",
icon: {
base: "h-6 w-6 text-neutral-500 transition duration-75 group-hover:text-neutral-900 dark:text-neutral-400 dark:group-hover:text-white",
open: {
@@ -55,7 +55,7 @@ const FlowbiteSidebarTheme: CustomFlowbiteTheme["sidebar"] = {
},
},
item: {
- base: "flex items-center justify-center rounded-lg p-2 text-base font-normal text-neutral-900 hover:bg-neutral-100 dark:text-white dark:hover:bg-neutral-700",
+ base: "flex items-center justify-center rounded p-2 text-base font-normal text-neutral-900 hover:bg-neutral-100 dark:text-white dark:hover:bg-neutral-700",
active: "bg-neutral-200 dark:bg-neutral-700",
collapsed: {
insideCollapse: "group w-full pl-8 transition duration-75",