[Fix #1565] Improve accessibility of the landing page
- Improve the alt text for the header logo - Empty alt text for decorative images - Improve the alt text for the logos of our users - Improve the alt text for footer logos
This commit is contained in:
parent
d4c62f5614
commit
eb977ab798
3 changed files with 23 additions and 23 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
.flex.align-center
|
||||
= link_to root_path_for_profile(nav_bar_profile), class: "header-logo" do
|
||||
%img{ src: image_url("header/logo-ds.svg"), alt: "Logo de demarches-simplifiees.fr" }
|
||||
%img{ src: image_url("header/logo-ds.svg"), alt: "demarches-simplifiees.fr" }
|
||||
|
||||
- if nav_bar_profile == :gestionnaire && gestionnaire_signed_in?
|
||||
- current_url = request.path_info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue