We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97424d8 commit b97f8c9Copy full SHA for b97f8c9
scripts/scripts.js
@@ -72,7 +72,6 @@ function a11yLinks(main) {
72
if (link.querySelector(':scope > span[class*="icon"]')) {
73
const icon = link.querySelector(':scope > span[class*="icon"]');
74
label = icon.classList[1].split('-')[1];
75
- console.log(label);
76
}
77
link.setAttribute('aria-label', label);
78
});
0 commit comments