|
@@ -362,7 +362,7 @@ const Answer: FC<IAnswerProps> = ({
|
|
{!item.isOpeningStatement && (
|
|
{!item.isOpeningStatement && (
|
|
<CopyBtn
|
|
<CopyBtn
|
|
value={content}
|
|
value={content}
|
|
- className='mr-1'
|
|
|
|
|
|
+ className={cn(s.copyBtn, 'mr-1')}
|
|
/>
|
|
/>
|
|
)}
|
|
)}
|
|
{((isShowPromptLog && !isResponding) || (!item.isOpeningStatement && isShowTextToSpeech)) && (
|
|
{((isShowPromptLog && !isResponding) || (!item.isOpeningStatement && isShowTextToSpeech)) && (
|