From bcc50cb7062e9562c9f26a58b9e6cbaab97edb3d Mon Sep 17 00:00:00 2001 From: Manas Nagelia <84251015+undevable@users.noreply.github.com> Date: Tue, 12 Apr 2022 20:27:31 -0400 Subject: [PATCH] Improved UI of some text --- modules/chat/components/Chats.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chat/components/Chats.tsx b/modules/chat/components/Chats.tsx index 98437fe..fd8f460 100644 --- a/modules/chat/components/Chats.tsx +++ b/modules/chat/components/Chats.tsx @@ -240,7 +240,7 @@ const Chats: NextPage = (props) => { ))} )} - {!messageData &&

Choose a person to chat to

} + {!messageData && Choose a person to chat to} {messageData && (
{