add alt info for 'Mon compte' image
This commit is contained in:
parent
51c4001a1a
commit
5158b73e86
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
.dropdown.header-menu-opener
|
||||
%button.button.dropdown-button.icon-only.header-menu-button{ title: "Mon compte", 'aria-expanded' => 'false', 'aria-controls' => 'mon_compte_menu' }
|
||||
.hidden Mon compte
|
||||
= image_tag "icons/account-circle.svg", alt: ''
|
||||
= image_tag "icons/account-circle.svg", alt: 'Mon compte'
|
||||
%ul.header-menu.dropdown-content#mon_compte_menu
|
||||
%li
|
||||
.menu-item{ title: current_email }
|
||||
|
|
Loading…
Reference in a new issue