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 33cd146 commit 7b69ac9Copy full SHA for 7b69ac9
frameworks/keyed/rendrjs-atoms/src/RemoveIcon.js
@@ -2,5 +2,5 @@ import { element } from '@rendrjs/core';
2
3
export let makeIcon = preload => element('span', {
4
class: preload ? 'preloadicon ' : '' + 'glyphicon glyphicon-remove',
5
- ariaHidden: true,
+ 'aria-hidden': true,
6
});
0 commit comments