diff --git a/web/src/app/chat/components/conversation-starter.tsx b/web/src/app/chat/components/conversation-starter.tsx index b80e4c1..f57ca4c 100644 --- a/web/src/app/chat/components/conversation-starter.tsx +++ b/web/src/app/chat/components/conversation-starter.tsx @@ -19,11 +19,18 @@ export function ConversationStarter({ const questions = t.raw("conversationStarters") as string[]; return ( -
-
- +
+ {/* Spacer for flex layout - pushes Welcome to center */} +
+
+
-
    +
      {questions.map((question, index) => ( - + {responding || messageCount !== 0 || isReplay ? ( + + ) : ( + + )} {!isReplay ? (
      - {!responding && messageCount === 0 && ( - - )}