mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-30 02:32:03 +08:00
chore: hide product hunt buttons
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user