Fix rendering bug in Voice Over

This commit is contained in:
Corinne Durrmeyer 2024-09-20 17:13:55 +02:00
parent 7dd941a25c
commit a451088077
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
.center
= image_tag "landing/hero/dematerialiser.svg", class: "fr-responsive-img fr-mb-1v", alt: ""
= image_tag "landing/hero/dematerialiser.svg", class: "fr-responsive-img fr-mb-1v", alt: "", "aria-hidden": "true"
%p.fr-m-4w= t('.text')
%hr
%p= t('.are_you_new', app_name: Current.application_name)

View file

@ -11,7 +11,7 @@
= t(".promise")
.hero-illustration
%img{ :src => image_url("landing/hero/dematerialiser.svg"), alt: '', width: 499, height: 280, loading: 'lazy' }
%img{ :src => image_url("landing/hero/dematerialiser.svg"), alt: '', width: 499, height: 280, loading: 'lazy', 'aria-hidden': 'true' }
.fr-background-alt--blue-france.fr-py-6w
.container