File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ export const App = () => {
178
178
rel = "noreferrer"
179
179
className = "font-light text-content-secondary text-sm hover:text-content-primary"
180
180
>
181
+ < span className = "sr-only" > (link opens in new tab)</ span >
181
182
Coder
182
183
</ a >
183
184
< a
@@ -186,6 +187,7 @@ export const App = () => {
186
187
rel = "noreferrer"
187
188
className = "font-light text-content-secondary text-sm hover:text-content-primary"
188
189
>
190
+ < span className = "sr-only" > (link opens in new tab)</ span >
189
191
Docs
190
192
</ a >
191
193
< ExampleSelector />
@@ -325,6 +327,7 @@ const ExampleSelector: FC = () => {
325
327
return (
326
328
< DropdownMenuItem key = { slug } asChild = { true } >
327
329
< a href = { href } target = "_blank" rel = "noreferrer" >
330
+ < span className = "sr-only" > (link opens in new tab)</ span >
328
331
< ExternalLinkIcon />
329
332
{ title }
330
333
</ a >
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ const PreviewEmptyState = () => {
244
244
rel = "noreferrer"
245
245
className = "flex items-center gap-0.5 text-content-link text-sm"
246
246
>
247
+ < span className = "sr-only" > (link opens in new tab)</ span >
247
248
Read the docs
248
249
< span className = "inline" >
249
250
< ExternalLinkIcon width = { 16 } />
You can’t perform that action at this time.
0 commit comments