Skip to content

Commit

Permalink
feat: change messages position (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamadoudicko authored Aug 14, 2023
1 parent 012aa20 commit 37f132c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const ChatMessage = React.forwardRef(
const containerWrapperClasses = cn(
"flex flex-col",

isUserSpeaker ? "items-start " : "items-end"
isUserSpeaker ? "items-end" : "items-start"
);

const markdownClasses = cn(
Expand Down

0 comments on commit 37f132c

Please sign in to comment.