From 144eaf761d96dff0a36921a26a2ab34dbfb6b968 Mon Sep 17 00:00:00 2001 From: Dennis Fridrich Date: Tue, 15 Oct 2024 10:30:33 +0200 Subject: [PATCH] Fix a typo in UX Icons docs --- src/Icons/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Icons/doc/index.rst b/src/Icons/doc/index.rst index e18bd6ceab..ab813425bc 100644 --- a/src/Icons/doc/index.rst +++ b/src/Icons/doc/index.rst @@ -80,7 +80,7 @@ define the HTML attributes added to the ```` element: {{ ux_icon('user-profile', {class: 'w-4 h-4'}) }} {# renders ... #} - {{ ux_icon('user-profile', {height: '16px', width: '16px', aria-hidden: true}) }} + {{ ux_icon('user-profile', {height: '16px', width: '16px', 'aria-hidden': true}) }} {# renders #}