From e679f06139b2f9c92a8f51214afac3c19fcdecf7 Mon Sep 17 00:00:00 2001 From: teodorus-nathaniel Date: Fri, 27 Oct 2023 20:56:10 +0700 Subject: [PATCH] Change experiments to recommended chats --- src/modules/chat/HomePage/HomePage.tsx | 2 +- src/modules/chat/HomePage/MyChatsContent.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/chat/HomePage/HomePage.tsx b/src/modules/chat/HomePage/HomePage.tsx index 092710ac9..43384d2a1 100644 --- a/src/modules/chat/HomePage/HomePage.tsx +++ b/src/modules/chat/HomePage/HomePage.tsx @@ -76,7 +76,7 @@ export default function HubsPage(props: HubsPageProps) { }, { id: 'hot-chats', - text: 'Experiments', + text: 'Recommended', content: () => , }, ...homePageAdditionalTabs.map(({ id, text, hubId }) => ({ diff --git a/src/modules/chat/HomePage/MyChatsContent.tsx b/src/modules/chat/HomePage/MyChatsContent.tsx index 9c86e37c6..18f87cdcb 100644 --- a/src/modules/chat/HomePage/MyChatsContent.tsx +++ b/src/modules/chat/HomePage/MyChatsContent.tsx @@ -205,7 +205,7 @@ function NoChats({ changeTab }: NoChatsProps) { size='lg' onClick={() => changeTab(1)} > - View Experiments Chats + View Recommended Chats