From 9b6fa89622db9a5f428e02986d37abb52e57e0ce Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Tue, 1 Apr 2025 04:07:01 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20Fix=20Footer=20Centerin?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Chat/ChatView.tsx | 16 +++++----- client/src/components/Chat/Footer.tsx | 41 ++++++++++++++----------- 2 files changed, 32 insertions(+), 25 deletions(-) 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} +
+ + +
-
+