Custom toolbar logo lacks alt attribute
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3293366. -->
Reported by: [gaards](https://www.drupal.org/user/2410522)
Related to !161
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When using the Admin Toolbar module (+ submodule Admin Toolbar Extra Tools) and when using a custom logo in the toolbar the image element for it is missing the alt attribute.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>1. Enable Admin Toolbar contrib module and Admin Toolbar Extra Tools submodule.<br>
2. Add a custom logo in the Gin theme settings.<br>
3. Inspect the markup for the logo in the toolbar, the image element is missing the alt attribute.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Add an alt-text for the image element. Since the logo always links to the front page we can use "Home" as the alt-text, which is also used in the image element when not using the Admin Toolbar Extra Tools submodule.</p>
> Related issue: [Issue #3232782](https://www.drupal.org/node/3232782)
issue