From 86f1171c345cd12e667790742c14841f46d46ccd Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 19 Apr 2023 15:29:18 +0800 Subject: [PATCH] chore: hide product hunt buttons --- src/components/ConnectionSidebar.tsx | 16 ++++++++++++++++ src/components/ConversationView/index.tsx | 3 ++- src/components/ProductHuntBanner.tsx | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/components/ConnectionSidebar.tsx b/src/components/ConnectionSidebar.tsx index 9ebcd2b..498cf68 100644 --- a/src/components/ConnectionSidebar.tsx +++ b/src/components/ConnectionSidebar.tsx @@ -289,7 +289,9 @@ const ConnectionSidebar = () => {
+ {/* TODO: remove this after releasing */} @@ -301,6 +303,20 @@ const ConnectionSidebar = () => { height="54" /> + {/* TODO: remove this after releasing */} + + SQL Chat - ChatGPT powered SQL client for Postgres, MySQL & SQL Server | Product Hunt + { } relative w-full h-full max-h-full flex flex-col justify-start items-start overflow-y-auto bg-white dark:bg-zinc-800`} >
- + {/* TODO: remove this after releasing */} +
diff --git a/src/components/ProductHuntBanner.tsx b/src/components/ProductHuntBanner.tsx index 7ac2543..9904417 100644 --- a/src/components/ProductHuntBanner.tsx +++ b/src/components/ProductHuntBanner.tsx @@ -16,7 +16,7 @@ const ProductHuntBanner = (props: Props) => {