chore(rgaa/images): empty alt / aria hidden for non informative image
This commit is contained in:
parent
88ceae8b7e
commit
cc93beb89e
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
.no-procedure
|
||||
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: "moins de papier"
|
||||
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: ""
|
||||
.baseline.center
|
||||
%p
|
||||
%span.simple= t('.line1')
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
= render partial: 'root/footer'
|
||||
|
||||
#link-sent.container
|
||||
= image_tag('user/confirmation-email.svg')
|
||||
= image_tag('user/confirmation-email.svg', "aria-hidden": true)
|
||||
%h1
|
||||
= t('views.users.passwords.reset_link_sent.got_it')
|
||||
%br
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
= render partial: 'root/footer'
|
||||
|
||||
#link-sent.container
|
||||
= image_tag('user/confirmation-email.svg')
|
||||
= image_tag('user/confirmation-email.svg', "aria-hidden": true)
|
||||
%h1 Encore une petite étape :)
|
||||
|
||||
%section.link-sent-info
|
||||
|
|
Loading…
Reference in a new issue