diff --git a/client/src/components/Chat/ChatView.tsx b/client/src/components/Chat/ChatView.tsx index 1fbfdef736..30b1510e88 100644 --- a/client/src/components/Chat/ChatView.tsx +++ b/client/src/components/Chat/ChatView.tsx @@ -71,14 +71,16 @@ function ChatView({ index = 0 }: { index?: number }) { {!isLoading &&
} {isLandingPage ? ( -
- {content} -
- - -
+ <> +
+ {content} +
+ + +
-
+