Skip to content

Commit d1820d4

Browse files
committed
Fix aria label for streaming messages
1 parent 0d2984b commit d1820d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/common/ActionStack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ export const PlanningActionStack: React.FC = () => {
375375
color={'minusxBW.50'}
376376
width={"90%"}
377377
alignSelf={'flex-start'}
378-
aria-label={"streaming-content-bubble"}
378+
aria-label={"assistant-message-bubble"}
379379
>
380380
<ChatContent
381381
content={{

0 commit comments

Comments
 (0)