Skip to content

Commit

Permalink
fix: legende illustration accueil (refs #176)
Browse files Browse the repository at this point in the history
  • Loading branch information
slafayIGN committed Nov 21, 2023
1 parent 93d5a8b commit 91d2cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Home = () => {
</p>
</div>
<div className={fr.cx("fr-col-12", "fr-col-lg-6", "fr-pb-4w", "fr-pl-md-8w", "fr-pr-md-2w", "fr-mt-4w")}>
<figure className={fr.cx("fr-content-media")} role="group" aria-label="Carte des sylvoécorégions, IGN - 2023">
<figure className={fr.cx("fr-content-media")} role="group" aria-label="Carte des grandes régions écologiques (GRECO), IGN - 2023">
<div className={fr.cx("fr-content-media__img")}>
<img
className={fr.cx("fr-responsive-img", "fr-ratio-1x1")}
Expand All @@ -64,7 +64,7 @@ const Home = () => {
data-fr-js-ratio="true"
/>
</div>
<figcaption className={fr.cx("fr-content-media__caption")}>Source : Carte des sylvoécorégions, IGN - 2023</figcaption>
<figcaption className={fr.cx("fr-content-media__caption")}>Source : Carte des grandes régions écologiques (GRECO), IGN - 2023</figcaption>
</figure>
</div>
</div>
Expand Down

0 comments on commit 91d2cac

Please sign in to comment.