Disable DocChat widget (#424)

This commit is contained in:
taycaldwell
2024-04-09 05:51:25 -07:00
committed by GitHub
parent 7f16d42d75
commit 9bf184b5c6

View File

@@ -41,7 +41,7 @@ export default function DocItemContent({ children }) {
{() => (
<>
{/* <DocFeedback /> - Disabled while team decides how to rework */}
<DocChat />
{/* <DocChat /> */}
</>
)}
</BrowserOnly>