diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 9e85062717..89427593b3 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -41,6 +41,7 @@ import { HeadSeo, Logo, SkeletonText, + Tooltip, showToast, useCalcomTheme, } from "@calcom/ui"; @@ -618,6 +619,7 @@ const NavigationItem: React.FC<{ return ( + )} + {item.child && isCurrent({ router, isChild, item }) && item.child.map((item, index) => )} diff --git a/packages/ui/components/tooltip/Tooltip.tsx b/packages/ui/components/tooltip/Tooltip.tsx index 8bb744eda2..79162aa3ad 100644 --- a/packages/ui/components/tooltip/Tooltip.tsx +++ b/packages/ui/components/tooltip/Tooltip.tsx @@ -30,14 +30,15 @@ export function Tooltip({ {children} + align="center"> {content}