chore: remove producthunt banner

This commit is contained in:
tianzhou
2023-04-25 17:36:49 +08:00
parent a0972981e2
commit 4fb4786ece

View File

@ -20,7 +20,6 @@ import MessageView from "./MessageView";
import ClearConversationButton from "../ClearConversationButton";
import MessageTextarea from "./MessageTextarea";
import DataStorageBanner from "../DataStorageBanner";
import ProductHuntBanner from "../ProductHuntBanner";
// The maximum number of tokens that can be sent to the OpenAI API.
// reference: https://platform.openai.com/docs/api-reference/completions/create#completions/create-max_tokens
@ -247,7 +246,6 @@ 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`}
>
<div className="sticky top-0 z-1 bg-white dark:bg-zinc-800 w-full flex flex-col justify-start items-start">
<ProductHuntBanner />
<DataStorageBanner />
<Header className={showHeaderShadow ? "shadow" : ""} />
</div>