Remove alt on decorative image
This commit is contained in:
parent
2f47495173
commit
07112f2e15
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@
|
|||
%em.hero-tagline-em en ligne
|
||||
|
||||
.hero-illustration
|
||||
%img{ :src => image_url("landing/hero/dematerialiser.svg"), alt: "dématérialisez" }
|
||||
%img{ :src => image_url("landing/hero/dematerialiser.svg"), alt: '' }
|
||||
|
||||
.landing-panel.usagers-panel
|
||||
.container
|
||||
.role-panel-wrapper
|
||||
.role-panel-30.role-usagers-image
|
||||
%img.role-image{ :src => image_url("landing/roles/usagers.svg"), alt: "usager" }
|
||||
%img.role-image{ :src => image_url("landing/roles/usagers.svg"), alt: '' }
|
||||
|
||||
.role-panel-70
|
||||
%h1.role-panel-title Vous souhaitez effectuer une demande auprès d'une administration ?
|
||||
|
|
Loading…
Add table
Reference in a new issue