Skip to content

Commit

Permalink
Fixe les images trop petites pour nos financeurs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinratinaud committed Feb 13, 2025
1 parent 047fea9 commit 5c32eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Us/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ const Us = () => {
</p>
<Logos>
<Link href="https://www.gouvernement.fr/" isExternal>
<img src="/logo-government.svg" alt="Gouvernement" height="80px" />
<img className="reset-height" src="/logo-government.svg" alt="Gouvernement" height="80px" />
</Link>
<Link href="https://www.ademe.fr" isExternal>
<img src="/logo-ADEME.svg" alt="Gouvernement" height="80px" />
<img className="reset-height" src="/logo-ADEME.svg" alt="ADEME" height="80px" />
</Link>
</Logos>
</Slice>
Expand Down

0 comments on commit 5c32eec

Please sign in to comment.