feat: Mark the external link icon as aria-hidden (#1346)
This commit is contained in:
parent
0ee103a514
commit
d27c292736
@ -65,6 +65,7 @@ export const CrawlLinks: QuartzTransformerPlugin<Partial<Options>> = (userOpts)
|
||||
type: "element",
|
||||
tagName: "svg",
|
||||
properties: {
|
||||
"aria-hidden": "true",
|
||||
class: "external-icon",
|
||||
viewBox: "0 0 512 512",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user