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 d394049 commit 144eaf7Copy full SHA for 144eaf7
src/Icons/doc/index.rst
@@ -80,7 +80,7 @@ define the HTML attributes added to the ``<svg>`` element:
80
{{ ux_icon('user-profile', {class: 'w-4 h-4'}) }}
81
{# renders <svg class="w-4 h-4"> ... </svg> #}
82
83
- {{ ux_icon('user-profile', {height: '16px', width: '16px', aria-hidden: true}) }}
+ {{ ux_icon('user-profile', {height: '16px', width: '16px', 'aria-hidden': true}) }}
84
{# renders <svg height="16" width="16" aria-hidden="true"> ... </svg> #}
85
86
0 commit comments