Skip to content

Commit

Permalink
fix(campagne): lie la bonne image sur la bannière
Browse files Browse the repository at this point in the history
  • Loading branch information
sokl-octo committed Jan 24, 2025
1 parent d273a5a commit 20a9263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export default function Accueil(accueilProps: AccueilPageProps) {

{isBanniereStagesSecondeVisible
&& (
<HeroWithIllustration image="/images/stages-seconde/banniere-stages-seconde-3.webp"
<HeroWithIllustration image="/images/stages-seconde/banniere-stages-seconde.webp"
className={classNames(styles.hero, styles.stageSecondeBanner)}>
{isBanniereStagesSecondePourCampagne2025 ? (
<>
Expand Down

0 comments on commit 20a9263

Please sign in to comment.