chore: hide product hunt buttons

This commit is contained in:
steven
2023-04-19 15:29:18 +08:00
parent 781c7a643e
commit 86f1171c34
3 changed files with 19 additions and 2 deletions

View File

@ -217,7 +217,8 @@ 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 />
{/* TODO: remove this after releasing */}
<ProductHuntBanner className="hidden" />
<DataStorageBanner />
<Header className={showHeaderShadow ? "shadow" : ""} />
</div>