Skip to content

Commit

Permalink
Improved UI of some text
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas-Nagelia committed Apr 13, 2022
1 parent 3583b26 commit bcc50cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/chat/components/Chats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const Chats: NextPage = (props) => {
))}
</ScrollArea>
)}
{!messageData && <p>Choose a person to chat to</p>}
{!messageData && <Text>Choose a person to chat to</Text>}
{messageData && (
<form
onSubmit={(e) => {
Expand Down

0 comments on commit bcc50cb

Please sign in to comment.