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 = () => {
178178 rel = "noreferrer"
179179 className = "font-light text-content-secondary text-sm hover:text-content-primary"
180180 >
181+ < span className = "sr-only" > (link opens in new tab)</ span >
181182 Coder
182183 </ a >
183184 < a
@@ -186,6 +187,7 @@ export const App = () => {
186187 rel = "noreferrer"
187188 className = "font-light text-content-secondary text-sm hover:text-content-primary"
188189 >
190+ < span className = "sr-only" > (link opens in new tab)</ span >
189191 Docs
190192 </ a >
191193 < ExampleSelector />
@@ -325,6 +327,7 @@ const ExampleSelector: FC = () => {
325327 return (
326328 < DropdownMenuItem key = { slug } asChild = { true } >
327329 < a href = { href } target = "_blank" rel = "noreferrer" >
330+ < span className = "sr-only" > (link opens in new tab)</ span >
328331 < ExternalLinkIcon />
329332 { title }
330333 </ a >
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ const PreviewEmptyState = () => {
244244 rel = "noreferrer"
245245 className = "flex items-center gap-0.5 text-content-link text-sm"
246246 >
247+ < span className = "sr-only" > (link opens in new tab)</ span >
247248 Read the docs
248249 < span className = "inline" >
249250 < ExternalLinkIcon width = { 16 } />
You can’t perform that action at this time.
0 commit comments