Skip to content

Commit

Permalink
feat: add logo fabrique
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanRos committed Dec 8, 2023
1 parent 0f8bcbb commit 86d5c93
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,13 @@ export default function Footer() {
</div>
</div>
</div>
<div className="text-center mb-1 mx-[10%]">
<div className="items-center justify-center flex flex-row mb-1">
<p>La Fabrique Numérique des Ministères Sociaux © 2023</p>
<img
className="object-contain w-48 ml-4"
src="images/logo_fabrique.svg"
alt="logo de La Fabrique Numérique des Ministères Sociaux"
/>
</div>
</footer>
</>
Expand Down
124 changes: 124 additions & 0 deletions public/images/logo_fabrique.svg
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 86d5c93

Please sign in to comment.