diff --git a/web/src/components/chat/ChatSettings.tsx b/web/src/components/chat/ChatSettings.tsx index 5b3dd64290..0f68ef22d6 100644 --- a/web/src/components/chat/ChatSettings.tsx +++ b/web/src/components/chat/ChatSettings.tsx @@ -35,12 +35,12 @@ export default function ChatSettings({ const trigger = ( ); diff --git a/web/src/components/chat/ChatStartingState.tsx b/web/src/components/chat/ChatStartingState.tsx index e6b611bf9a..a0a3a044c8 100644 --- a/web/src/components/chat/ChatStartingState.tsx +++ b/web/src/components/chat/ChatStartingState.tsx @@ -54,7 +54,9 @@ export function ChatStartingState({ onSendMessage }: ChatStartingStateProps) {

{t("title")}

-

{t("subtitle")}

+

+ {t("subtitle")} +

diff --git a/web/src/pages/Chat.tsx b/web/src/pages/Chat.tsx index ee881d127b..970fa3d364 100644 --- a/web/src/pages/Chat.tsx +++ b/web/src/pages/Chat.tsx @@ -165,16 +165,16 @@ export default function ChatPage() { return (
-
+
{hasStarted && ( )}
{hasStarted ? ( -
+
{messages.map((msg, i) => { const isLastAssistant = i === messages.length - 1 && msg.role === "assistant"; @@ -295,7 +295,7 @@ export default function ChatPage() {
{hasStarted && ( -
+