File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/webapp/app/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,16 +64,16 @@ function ChatMessages({
6464 const hasFeedbackForLatestQA = latestQA ?. id ? feedbackGivenForQAs . has ( latestQA . id ) : false ;
6565
6666 const exampleQuestions = [
67- "How do I handle errors in my task ?" ,
68- "What are the different types of triggers ?" ,
69- "How do I deploy my tasks ?" ,
67+ "How do I increase my concurrency limit ?" ,
68+ "How do I debug errors in my task ?" ,
69+ "How do I deploy my task ?" ,
7070 ] ;
7171
7272 return (
7373 < div className = "flex-1 overflow-y-auto p-4 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600" >
7474 { conversation . length === 0 ? (
7575 < motion . div
76- className = "flex flex-col gap-2"
76+ className = "flex flex-col gap-2 pb-2 "
7777 initial = "hidden"
7878 animate = "visible"
7979 variants = { {
You can’t perform that action at this time.
0 commit comments