diff --git a/studio/frontend/src/features/chat/shared-composer.tsx b/studio/frontend/src/features/chat/shared-composer.tsx index 855b83ee09..6b3fc29d9e 100644 --- a/studio/frontend/src/features/chat/shared-composer.tsx +++ b/studio/frontend/src/features/chat/shared-composer.tsx @@ -317,6 +317,8 @@ export function SharedComposer({ > + +
{dictationSupported && ( <> {!isDictating ? ( @@ -346,30 +348,30 @@ export function SharedComposer({ )} )} + {running ? ( + + ) : ( + + + + )}
- {running ? ( - - ) : ( - - - - )} );