We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029f584 commit 3d38237Copy full SHA for 3d38237
frameworks/keyed/rendrjs/src/main.js
@@ -76,7 +76,7 @@ let Jumbotron = ({ set }) => element('div', {
76
77
let makeIcon = preload => element('span', {
78
class: preload ? 'preloadicon ' : '' + 'glyphicon glyphicon-remove',
79
- ariaHidden: true,
+ 'aria-hidden': true,
80
});
81
let preloadIcon = makeIcon(true);
82
let normalIcon = makeIcon();
0 commit comments