We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929a91b commit 5b8f016Copy full SHA for 5b8f016
src/components/AITypingIndicatorView/AIGenerationIndicator.tsx
@@ -30,8 +30,8 @@ export const AIGenerationIndicator = <
30
};
31
32
return aiState in allowedStates ? (
33
- <div className='str-chat__ai-typing-indicator-container'>
34
- <p className='str-chat__ai-typing-indicator-text'>{allowedStates[aiState]}</p>
+ <div className='str-chat__ai-generation-indicator-container'>
+ <p className='str-chat__ai-generation-indicator-text'>{allowedStates[aiState]}</p>
35
</div>
36
) : null;
37
0 commit comments