Skip to content

Commit f959cff

Browse files
committed
chore: hide quota overflow banner
1 parent f0965e6 commit f959cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ConversationView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const ConversationView = () => {
242242
>
243243
<div className="sticky top-0 z-1 bg-white dark:bg-zinc-800 w-full flex flex-col justify-start items-start">
244244
<ProductHuntBanner />
245-
<QuotaOverflowBanner />
245+
{/* <QuotaOverflowBanner /> */}
246246
<DataStorageBanner />
247247
<Header className={showHeaderShadow ? "shadow" : ""} />
248248
</div>

0 commit comments

Comments
 (0)