diff --git a/components/chat-panel.tsx b/components/chat-panel.tsx index b7a1929..2254599 100644 --- a/components/chat-panel.tsx +++ b/components/chat-panel.tsx @@ -1269,32 +1269,36 @@ Continue from EXACTLY where you stopped.`, Next AI Drawio - {!isMobile && ( - - About - - )} - {!isMobile && ( - - - - - - )} + About + + )} + {!isMobile && + process.env.NEXT_PUBLIC_SHOW_ABOUT_AND_NOTICE === + "true" && ( + + + + + + )}