diff --git a/apps/web/src/components/ChatView.tsx b/apps/web/src/components/ChatView.tsx index 849f59e088..173f9f0740 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -3916,7 +3916,9 @@ export default function ChatView({ threadId }: ChatViewProps) { } > - Plan + + {planSidebarOpen ? "Hide Plan" : "Show Plan"} + ) : null}