Toolbar logo is not visible for non-admin users
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3458962. --> Reported by: [dieterholvoet](https://www.drupal.org/user/3567222) Related to !48 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We have an editor role with less permissions than admin users, but still with access to the admin interface and toolbar. We noticed the configured logo isn't shown for those users.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Visit the administration interface with a user that doesn't have the admin role.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Stop hardcoding <code>menu__toolbar__admin</code> as theme hook throughout the code. In our case, this is <code>menu__toolbar__editor</code>. This issue applies the same fixes as <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/gin/issues/3458960" title="Status: Closed (fixed)">#3458960: Toolbar logo is not visible for non-admin users</a></span>.</p> > Related issue: [Issue #3458960](https://www.drupal.org/node/3458960)
issue