From 3d792aa6294ee7cb7ec9040ebd605f86cc8b40db Mon Sep 17 00:00:00 2001 From: Jiro Ghianni Date: Thu, 25 Apr 2024 15:18:26 +0200 Subject: [PATCH] :wheelchair: [#2373] Made aria-labels same as (hidden) texts first --- .../templates/components/Button/Button.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/open_inwoner/components/templates/components/Button/Button.html b/src/open_inwoner/components/templates/components/Button/Button.html index 6dd222e4de..3df91926bb 100644 --- a/src/open_inwoner/components/templates/components/Button/Button.html +++ b/src/open_inwoner/components/templates/components/Button/Button.html @@ -3,9 +3,9 @@ {% if href %} {% icon icon=text_icon outlined=icon_outlined %} - {% if not hide_text %}{{text}}{% endif %} + {% if not hide_text %}{{ text }}{% endif %} {% else %} - {% if not hide_text %}{{text}}{% endif %} + {% if not hide_text %}{{ text }}{% endif %} {% endif %} {% else %} {% endif %}