style: flip controls and status message for chat (#1278)

This commit is contained in:
Alex Bäuerle 2024-04-21 20:21:02 -07:00 committed by GitHub
parent bc23c9429c
commit ffa62b9928
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,8 +125,8 @@ function ChatInterface(): JSX.Element {
</div>
<MessageList />
<div className="flex justify-between items-center px-4">
<AgentControlBar />
<AgentStatusBar />
<AgentControlBar />
</div>
<ChatInput disabled={!initialized} onSendMessage={sendChatMessage} />
</div>