Skip to content

Commit

Permalink
feat: add logo fabrique (#93)
Browse files Browse the repository at this point in the history
* feat: add logo fabrique

* fix: logo to index

* fix: footer as before
  • Loading branch information
YoanRos authored Dec 12, 2023
1 parent 0f8bcbb commit e5a10ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,11 @@ export default function Index() {
</div>
<div className="flex flex-wrap justify-center gap-6 top-9">
<div className="transition duration-500 hover:scale-110 basis-1/4 lg:basis-1/6">
<a href="https://solidarites-sante.gouv.fr/">
<a href="https://www.fabrique.social.gouv.fr/">
<img
className=""
src="images/logo_ministeres_sociaux.png"
alt="Partenaire les ministères sociaux, accédez à leur site en cliquant sur ce logo"
className="py-9"
src="images/logo_fabrique.png"
alt="logo de La Fabrique Numérique des Ministères Sociaux, accédez à leur site en cliquant sur ce logo"
/>
</a>
</div>
Expand Down
Binary file added public/images/logo_fabrique.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5a10ee

Please sign in to comment.