From cfa183531ee0da21b6fd1ec607bd8d386aae37c8 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 26 Aug 2022 13:00:45 -0400 Subject: [PATCH] Fix text alignment --- app/soapbox/features/chats/components/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/chats/components/chat.tsx b/app/soapbox/features/chats/components/chat.tsx index e6f1cf456..2566b4170 100644 --- a/app/soapbox/features/chats/components/chat.tsx +++ b/app/soapbox/features/chats/components/chat.tsx @@ -35,7 +35,7 @@ const Chat: React.FC = ({ chat, onClick }) => { {chat.last_message?.content && ( - + {chat.last_message?.content} )}