Skip to content

Commit 0acf5fa

Browse files
committed
chore: rename css class
1 parent 8377f27 commit 0acf5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MessageInput/StopAIGenerationButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const StopAIGenerationButton = ({ onClick, ...restProps }: StopAIGenerati
88
return (
99
<button
1010
aria-label={t('aria/Stop AI Generation')}
11-
className='str-chat__stop-generating-button'
11+
className='str-chat__stop-ai-generation-button'
1212
data-testid='stop-ai-generation-button'
1313
onClick={onClick}
1414
{...restProps}

0 commit comments

Comments
 (0)