Skip to content

Commit 1a8cd97

Browse files
authored
fix(campagne): lie la bonne image sur la bannière (#3568)
1 parent d273a5a commit 1a8cd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export default function Accueil(accueilProps: AccueilPageProps) {
276276

277277
{isBanniereStagesSecondeVisible
278278
&& (
279-
<HeroWithIllustration image="/images/stages-seconde/banniere-stages-seconde-3.webp"
279+
<HeroWithIllustration image="/images/stages-seconde/banniere-stages-seconde.webp"
280280
className={classNames(styles.hero, styles.stageSecondeBanner)}>
281281
{isBanniereStagesSecondePourCampagne2025 ? (
282282
<>

0 commit comments

Comments
 (0)