File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ export default function MessageInput({
208
208
className = "rounded-full"
209
209
>
210
210
< SendIcon />
211
+ < span className = "sr-only" > Send</ span >
211
212
</ Button >
212
213
) }
213
214
Original file line number Diff line number Diff line change @@ -73,14 +73,18 @@ export default function MessageList({
73
73
const LoadingDots = ( ) => (
74
74
< div className = "flex space-x-1" >
75
75
< div
76
+ aria-hidden = "true"
76
77
className = { `size-1 rounded-full bg-foreground animate-pulse [animation-delay:0ms]` }
77
78
/>
78
79
< div
80
+ aria-hidden = "true"
79
81
className = { `size-1 rounded-full bg-foreground animate-pulse [animation-delay:300ms]` }
80
82
/>
81
83
< div
84
+ aria-hidden = "true"
82
85
className = { `size-1 rounded-full bg-foreground animate-pulse [animation-delay:600ms]` }
83
86
/>
87
+ < span className = "sr-only" > Loading...</ span >
84
88
</ div >
85
89
) ;
86
90
You can’t perform that action at this time.
0 commit comments