📈 Ajout d'attributs alt
pour la page: - landing et le components: - PageHeader - Provider (ErrorBoundary)pull/1795/head
parent
7559a2bbc5
commit
27575e039a
|
@ -128,6 +128,7 @@ export default function Provider({
|
|||
<div className="ui__ container">
|
||||
<img
|
||||
src={logo}
|
||||
alt="logo"
|
||||
style={{ maxWidth: '200px', width: '100%', marginTop: '1rem' }}
|
||||
></img>
|
||||
<h1>Une erreur est survenue</h1>
|
||||
|
|
|
@ -20,6 +20,7 @@ export default function PageHeader({
|
|||
<img
|
||||
className="ui__ hide-mobile"
|
||||
src={picture}
|
||||
alt={`${titre}`}
|
||||
css={`
|
||||
margin-left: 3rem;
|
||||
z-index: -1;
|
||||
|
|
|
@ -58,7 +58,11 @@ export default function Landing() {
|
|||
</Trans>
|
||||
</p>
|
||||
</header>
|
||||
<img src={illustrationSvg} className="landing-title__img" />
|
||||
<img
|
||||
src={illustrationSvg}
|
||||
alt="landing image"
|
||||
className="landing-title__img"
|
||||
/>
|
||||
</section>
|
||||
|
||||
<section className="ui__ full-width box-container">
|
||||
|
|
Loading…
Reference in New Issue