Fix text alignment
This commit is contained in:
parent
b04bc6a7ae
commit
cfa183531e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const Chat: React.FC<IChatInterface> = ({ chat, onClick }) => {
|
|||
</div>
|
||||
|
||||
{chat.last_message?.content && (
|
||||
<Text size='sm' weight='medium' theme='muted' truncate className='max-w-[200px]'>
|
||||
<Text align='left' size='sm' weight='medium' theme='muted' truncate className='max-w-[200px]'>
|
||||
{chat.last_message?.content}
|
||||
</Text>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue