chore: hide quota overflow banner

This commit is contained in:
tianzhou
2023-04-24 19:30:24 +08:00
parent f0965e6b73
commit f959cffbbd

View File

@ -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">
<ProductHuntBanner />
<QuotaOverflowBanner />
{/* <QuotaOverflowBanner /> */}
<DataStorageBanner />
<Header className={showHeaderShadow ? "shadow" : ""} />
</div>