From 84616c2b3ff27f4f374706a0a366853d8033ef3f Mon Sep 17 00:00:00 2001 From: boojack Date: Wed, 19 Apr 2023 14:59:20 +0800 Subject: [PATCH] chore: show product hunt banner (#39) * chore: show product hunt banner * chore: add product hunt icon --- src/components/ConnectionSidebar.tsx | 16 ++++++++++++++-- src/components/ConversationView/index.tsx | 3 +-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/components/ConnectionSidebar.tsx b/src/components/ConnectionSidebar.tsx index a109223..9ebcd2b 100644 --- a/src/components/ConnectionSidebar.tsx +++ b/src/components/ConnectionSidebar.tsx @@ -288,10 +288,22 @@ const ConnectionSidebar = () => { {t("conversation.new-chat")} -
+
+ + SQL Chat - ChatGPT powered SQL client for Postgres, MySQL & SQL Server | Product Hunt + diff --git a/src/components/ConversationView/index.tsx b/src/components/ConversationView/index.tsx index 2dea3d3..d3fa587 100644 --- a/src/components/ConversationView/index.tsx +++ b/src/components/ConversationView/index.tsx @@ -217,8 +217,7 @@ const ConversationView = () => { } 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(steven): remove this after released */} - +