Verified Commit 93f9149c authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3349028 by DuaelFr, smustgrave, bnjmnm: Improper use of aria-label in...

Issue #3349028 by DuaelFr, smustgrave, bnjmnm: Improper use of aria-label in "System Powered By" block
parent 56a7a8e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
  <span>
    {% trans %}Powered by{% endtrans %}
    <a href="https://www.drupal.org">{% trans %}Drupal{% endtrans %}</a>
    <span class="drupal-logo" aria-label="{{ 'Drupal Logo'|t }}">
    <span class="drupal-logo" role="img" aria-label="{{ 'Drupal Logo'|t }}">
      {% include "@olivero/../images/drupal.svg" %}
    </span>
  </span>