Skip to content

Commit

Permalink
feat: add change
Browse files Browse the repository at this point in the history
  • Loading branch information
plh97 committed May 28, 2023
1 parent 159a2fc commit 3fd0f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function MessageComponent({ data }: IProps): JSX.Element {
"flex-row-reverse": isMe,
})}
>
<AvatarComponnet name={data.user?.username} src={data.user?.image} />
<AvatarComponnet name={data.user?.username} src={data.user?.image} />
<span className="mx-2.5 p-2.5 max-w-[60%] rounded-lg whitespace-pre-wrap bg-gray-800 shadow-md">
<div className="img">
{data.images.map((img) => (
Expand Down

0 comments on commit 3fd0f82

Please sign in to comment.