mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-27 01:56:16 +08:00
chore: hide quota overflow banner
This commit is contained in:
@ -242,7 +242,7 @@ const ConversationView = () => {
|
|||||||
>
|
>
|
||||||
<div className="sticky top-0 z-1 bg-white dark:bg-zinc-800 w-full flex flex-col justify-start items-start">
|
<div className="sticky top-0 z-1 bg-white dark:bg-zinc-800 w-full flex flex-col justify-start items-start">
|
||||||
<ProductHuntBanner />
|
<ProductHuntBanner />
|
||||||
<QuotaOverflowBanner />
|
{/* <QuotaOverflowBanner /> */}
|
||||||
<DataStorageBanner />
|
<DataStorageBanner />
|
||||||
<Header className={showHeaderShadow ? "shadow" : ""} />
|
<Header className={showHeaderShadow ? "shadow" : ""} />
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user