Issue #3349028 by DuaelFr, smustgrave, bnjmnm: Improper use of aria-label in "System Powered By" block
parent
56a7a8e28c
commit
93f9149c8d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue