mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
edits
This commit is contained in:
@@ -22,7 +22,10 @@ const ConversationBubble = forwardRef<
|
||||
: 'flex-row-reverse self-end '
|
||||
} ${className}`}
|
||||
>
|
||||
<Avatar avatar={type === 'QUESTION' ? '🧑💻' : '🦖'}></Avatar>
|
||||
<Avatar
|
||||
className="mt-4 text-2xl"
|
||||
avatar={type === 'QUESTION' ? '🧑💻' : '🦖'}
|
||||
></Avatar>
|
||||
<div
|
||||
className={`${
|
||||
type === 'QUESTION'
|
||||
|
||||
Reference in New Issue
Block a user