Skip to content

Commit

Permalink
Fix the rotation of the avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmi930 committed Oct 30, 2023
1 parent 9327955 commit 0254510
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/conversation/ConversationBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ const ConversationBubble = forwardRef<
className={`flex self-start ${className} group flex-col pr-20`}
>
<div className="flex self-start">
<Avatar
className="mt-2"
avatar={<img src={DocsGPT3} alt="DocsGPT" />}
></Avatar>
<img src={DocsGPT3} alt="DocsGPT" />
<div
className={`ml-2 mr-5 flex rounded-3xl bg-gray-1000 p-3.5 ${
type === 'ERROR'
Expand Down

0 comments on commit 0254510

Please sign in to comment.