From 84e123bf3814a68ed6097ae7e513d0ce963615fa Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sat, 11 Jan 2025 23:44:43 +0530 Subject: [PATCH] feat: Add aria-labels for accessibility in PlaygroundMessage component --- src/components/Common/Playground/Message.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Common/Playground/Message.tsx b/src/components/Common/Playground/Message.tsx index 1d76280..79a7d23 100644 --- a/src/components/Common/Playground/Message.tsx +++ b/src/components/Common/Playground/Message.tsx @@ -169,6 +169,7 @@ export const PlaygroundMessage = (props: Props) => { {props.isTTSEnabled && ( @@ -227,6 +231,7 @@ export const PlaygroundMessage = (props: Props) => { props.currentMessageIndex === props.totalMessages - 1 && (