chore: show product hunt banner

This commit is contained in:
steven
2023-04-20 15:08:21 +08:00
parent c1e5957038
commit ae8dc10768
3 changed files with 9 additions and 12 deletions

View File

@ -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`}
>
<div className="sticky top-0 z-1 bg-white dark:bg-zinc-800 w-full flex flex-col justify-start items-start">
{/* TODO: remove this after releasing */}
<ProductHuntBanner className="hidden" />
<ProductHuntBanner />
<DataStorageBanner />
<Header className={showHeaderShadow ? "shadow" : ""} />
</div>