mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
fix
This commit is contained in:
@@ -148,8 +148,7 @@ const ConversationBubble = forwardRef<
|
||||
}`}
|
||||
>
|
||||
<Copy
|
||||
className={`hover:fill-gray-4000' } cursor-pointer
|
||||
stroke-gray-4000`}
|
||||
className={`cursor-pointer stroke-gray-4000 hover:fill-gray-4000`}
|
||||
onClick={() => copy(message)}
|
||||
></Copy>
|
||||
<Like
|
||||
|
||||
Reference in New Issue
Block a user