diff --git a/src/interface/web/app/components/allConversations/allConversations.tsx b/src/interface/web/app/components/allConversations/allConversations.tsx index 3506d7a2..aa129469 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 1320fb95..c64d8d3a 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} -

- )} -
- )} }>