Skip to content

Commit

Permalink
feat: rgga pas de alt sur image home (#6382)
Browse files Browse the repository at this point in the history
* feat: rgga pas de alt sur image home

* chore: snap

* fix: image alt vide theme

* chore: snap

---------

Co-authored-by: victor <victor.zeinstra@gmail.com>
  • Loading branch information
Viczei and victor authored Jan 21, 2025
1 parent f74f24a commit f1a9185
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Search = () => {
<Image
priority={false}
src={IllustrationHomePrincipal}
alt="Illustration graphique du site montrant des personnes travaillant"
alt=""
width="577"
height="393"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ export const Themes = (props: Props) => {
>
<>
<div className={fr.cx("fr-col-4", "fr-hidden", "fr-unhidden-lg")}>
<Image
src={IllustrationTheme}
alt="Illustration graphique sur les thèmes"
width="384"
height="233"
/>
<Image src={IllustrationTheme} alt="" width="384" height="233" />
</div>
{props.items.map((item, index) => (
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ exports[`<Home /> should match snapshot 1`] = `
class="fr-col-md-5 fr-col-12"
>
<img
alt="Illustration graphique du site montrant des personnes travaillant"
alt=""
data-nimg="1"
decoding="async"
height="393"
Expand Down Expand Up @@ -520,7 +520,7 @@ exports[`<Home /> should match snapshot 1`] = `
class="fr-col-4 fr-hidden fr-unhidden-lg"
>
<img
alt="Illustration graphique sur les thèmes"
alt=""
data-nimg="1"
decoding="async"
height="233"
Expand Down

0 comments on commit f1a9185

Please sign in to comment.