Skip to content

Commit 7b69ac9

Browse files
authored
Fix aria attribute
1 parent 33cd146 commit 7b69ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/rendrjs-atoms/src/RemoveIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { element } from '@rendrjs/core';
22

33
export let makeIcon = preload => element('span', {
44
class: preload ? 'preloadicon ' : '' + 'glyphicon glyphicon-remove',
5-
ariaHidden: true,
5+
'aria-hidden': true,
66
});

0 commit comments

Comments
 (0)