From ba792c02ba934dee0e0df391f1bea597f9c5599c Mon Sep 17 00:00:00 2001 From: sabaimran Date: Fri, 20 Dec 2024 12:28:31 -0800 Subject: [PATCH] Improve share chat UI for alignment --- .../allConversations/allConversations.tsx | 2 +- src/interface/web/app/share/chat/page.tsx | 17 ++--------------- .../web/app/share/chat/sharedChat.module.css | 12 +----------- 3 files changed, 4 insertions(+), 27 deletions(-) diff --git a/src/interface/web/app/components/allConversations/allConversations.tsx b/src/interface/web/app/components/allConversations/allConversations.tsx index 3506d7a20..aa1294695 100644 --- a/src/interface/web/app/components/allConversations/allConversations.tsx +++ b/src/interface/web/app/components/allConversations/allConversations.tsx @@ -791,7 +791,7 @@ function ChatSessionsModal({ data, sideBarOpen }: ChatSessionsModalProps) { > - {sideBarOpen ? "Find Conversations" : ""} + {sideBarOpen ? "Find Conversation" : ""} diff --git a/src/interface/web/app/share/chat/page.tsx b/src/interface/web/app/share/chat/page.tsx index 1320fb95f..c64d8d3a6 100644 --- a/src/interface/web/app/share/chat/page.tsx +++ b/src/interface/web/app/share/chat/page.tsx @@ -92,7 +92,7 @@ function ChatBodyData(props: ChatBodyDataProps) { />
- {conversationId && ( + {paramSlug && (
@@ -217,19 +217,6 @@ export default function SharedChat() { {title}
- {!isMobileWidth && title && ( -
- {title && ( -

- {title} -

- )} -
- )} }>