Skip to content

Commit

Permalink
Merge branch 'fix/markdown-messages' into 'main'
Browse files Browse the repository at this point in the history
hotfix: jsuis un connard jai pas test

See merge request pluff/beepenmoinsbien!40
  • Loading branch information
Nayrode committed Apr 11, 2024
2 parents 1dd389d + 9583655 commit 72ed635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function Message({ message, author, id }: Readonly<MessageProps>) {
<div className="mb-2 flex justify-start items-start">
<div className="text-left">
<div className="text-xs text-gray-500 mb-1">{author}</div>
<div className="bg-gray-200 text-gray-700 rounded-lg p-6 break-words md-messages">
<div className="bg-gray-200 text-gray-700 rounded-lg p-6 break-words md-message">
{renderedMessage}
</div>
</div>
Expand Down

0 comments on commit 72ed635

Please sign in to comment.