Mark the external link icon as aria-hidden.

This commit is contained in:
ndrooo 2024-08-12 22:33:48 -04:00
parent 3b5ed813f5
commit d8c740cea3

View File

@ -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",
},