diff --git a/packages/ui/Kbar.tsx b/packages/ui/Kbar.tsx
index 6f81527f95..c66884c97f 100644
--- a/packages/ui/Kbar.tsx
+++ b/packages/ui/Kbar.tsx
@@ -12,8 +12,8 @@ import { useRouter } from "next/router";
import { useLocale } from "@calcom/lib/hooks/useLocale";
import { isMac } from "@calcom/lib/isMac";
-import { Tooltip } from "@calcom/ui";
import { Icon } from "@calcom/ui/Icon";
+import { Tooltip } from "@calcom/ui/v2/core";
type shortcutArrayType = {
shortcuts?: string[];
@@ -226,8 +226,8 @@ export const KBarTrigger = () => {
>
diff --git a/packages/ui/v2/core/Shell.tsx b/packages/ui/v2/core/Shell.tsx
index 4f333aa6d1..54954c7a51 100644
--- a/packages/ui/v2/core/Shell.tsx
+++ b/packages/ui/v2/core/Shell.tsx
@@ -439,9 +439,9 @@ const Navigation = () => {
{navigation.map((item) => (
))}
-
+
-
+
);
};
@@ -477,15 +477,15 @@ const NavigationItem: React.FC<{
{item.icon && (
@@ -599,9 +599,7 @@ function SideBar() {
-
-
-
+
{/* logo icon for tablet */}