-
- Ideas:
+ Suggested Ideas:
{
isPending ?
diff --git a/frontend/app/components/Kai/components/IntroSection.tsx b/frontend/app/components/Kai/components/IntroSection.tsx
index c6356e9ba..fdfcf4b25 100644
--- a/frontend/app/components/Kai/components/IntroSection.tsx
+++ b/frontend/app/components/Kai/components/IntroSection.tsx
@@ -6,13 +6,11 @@ function IntroSection({ onAsk, projectId }: { onAsk: (query: string) => void, pr
const isLoading = false;
return (
<>
-
- Kai is your AI assistant, delivering smart insights in response to your
- queries.
-
-
- {/*
null} />*/}
-
+
+
+ Hey userName, how can I help you?
+
+
onAsk(query)} projectId={projectId} />