We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0965e6 commit f959cffCopy full SHA for f959cff
src/components/ConversationView/index.tsx
@@ -242,7 +242,7 @@ const ConversationView = () => {
242
>
243
<div className="sticky top-0 z-1 bg-white dark:bg-zinc-800 w-full flex flex-col justify-start items-start">
244
<ProductHuntBanner />
245
- <QuotaOverflowBanner />
+ {/* <QuotaOverflowBanner /> */}
246
<DataStorageBanner />
247
<Header className={showHeaderShadow ? "shadow" : ""} />
248
</div>
0 commit comments