Skip to content

Commit 5b8f016

Browse files
committed
fix: css class renaming
1 parent 929a91b commit 5b8f016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AITypingIndicatorView/AIGenerationIndicator.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export const AIGenerationIndicator = <
3030
};
3131

3232
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>
33+
<div className='str-chat__ai-generation-indicator-container'>
34+
<p className='str-chat__ai-generation-indicator-text'>{allowedStates[aiState]}</p>
3535
</div>
3636
) : null;
3737
};

0 commit comments

Comments
 (0)