From b663fcfaa61e094f0faf08a063636453d6fa3ab8 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Thu, 27 Feb 2025 20:34:33 +0530 Subject: [PATCH] align splash --- webview-ui/src/components/chat/ChatView.tsx | 23 +++++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index ef857e06e26..41bca60362b 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -1008,26 +1008,31 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie {showAnnouncement && } {messages.length === 0 && ( <> -
-
- ... -
+
+
+
+ ... +
+
PearAI Coding Agent
Powered by Roo Code / Cline
-
-
- Autonomous coding agent that has access to your development environment (with - your permission) for a feedback loop to add features, fix bugs, and more. +
+
+ Autonomous coding agent that has access to your development environment + (with your permission) for a feedback loop to add features, fix bugs, + and more. +
+
)} - {taskHistory.length > 0 && } + {/* {taskHistory.length > 0 && } */}
)}