From 85cc62d0cb472811a2579b83a68ccb06c03eb411 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 29 Aug 2022 14:04:39 +0200 Subject: [PATCH] temp remove card from sidebar till 2.1 (#4010) --- packages/ui/v2/core/Shell.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/ui/v2/core/Shell.tsx b/packages/ui/v2/core/Shell.tsx index 3f7b076263..c61f7f5850 100644 --- a/packages/ui/v2/core/Shell.tsx +++ b/packages/ui/v2/core/Shell.tsx @@ -32,8 +32,7 @@ import pkg from "../../../../apps/web/package.json"; import ErrorBoundary from "../../ErrorBoundary"; import { KBarRoot, KBarContent, KBarTrigger } from "../../Kbar"; import Logo from "../../Logo"; -import Tips from "../modules/tips/Tips"; -import Card from "./Card"; +// TODO: re-introduce in 2.1 import Tips from "../modules/tips/Tips"; import HeadSeo from "./head-seo"; /* TODO: Migate this */ @@ -590,7 +589,9 @@ function SideBar() { + {/* TODO @Peer_Rich: reintroduce in 2.1 + */}