diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 168fd2b51e..066511b97c 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -49,6 +49,7 @@ import { HeadSeo, Logo, SkeletonText, + SkeletonAvatar, Tooltip, showToast, useCalcomTheme, @@ -654,7 +655,7 @@ const NavigationItem: React.FC<{ href={item.href} aria-label={t(item.name)} className={classNames( - "[&[aria-current='page']]:bg-emphasis text-default group flex items-center rounded-md py-1.5 px-2 text-sm font-medium", + "[&[aria-current='page']]:bg-emphasis text-default group flex items-center rounded-md px-2 py-1.5 text-sm font-medium", isChild ? `[&[aria-current='page']]:text-emphasis hidden h-8 pl-16 lg:flex lg:pl-11 [&[aria-current='page']]:bg-transparent ${ props.index === 0 ? "mt-0" : "mt-px" @@ -851,6 +852,12 @@ function SideBar({ bannersHeight, user }: SideBarProps) { )} + {!isLocaleReady && ( +
+ + +
+ )}