Skip to content

Commit

Permalink
fix: Fix transparence image campagne handicap (#3445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 authored Nov 18, 2024
1 parent 36bda85 commit 2305308
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added public/images/campagne-handicap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/campagne-handicap.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export default function Accueil(accueilProps: AccueilPageProps) {
}

{isCampagneHandicapVisible && (
<HeroWithIllustration image="/images/campagne-handicap.webp" className={classNames(styles.hero, styles.handicap)}>
<HeroWithIllustration image="/images/campagne-handicap.png" className={classNames(styles.hero, styles.handicap)}>
<h2>
<HeroPrimaryText className={styles.heroTitle}>
Semaine européenne pour l’emploi des personnes handicapées
Expand Down

0 comments on commit 2305308

Please sign in to comment.