|
| 1 | +// |
| 2 | +// MIT License |
| 3 | +// |
| 4 | +// Copyright (c) 2025, Direction interministérielle du numérique - Gouvernement |
| 5 | +// Français |
| 6 | +// |
| 7 | +// Permission is hereby granted, free of charge, to any person obtaining a copy |
| 8 | +// of this software and associated documentation files (the "Software"), to |
| 9 | +// deal in the Software without restriction, including without limitation the |
| 10 | +// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
| 11 | +// sell copies of the Software, and to permit persons to whom the Software is |
| 12 | +// furnished to do so, subject to the following conditions: |
| 13 | +// |
| 14 | +// The above copyright notice and this permission notice shall be included in |
| 15 | +// all copies or substantial portions of the Software. |
| 16 | +// |
| 17 | +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 18 | +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 19 | +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 20 | +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
| 21 | +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
| 22 | +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
| 23 | +// USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 24 | +// |
| 25 | + |
| 26 | +import React from "react"; |
| 27 | +import "@gouvfr-lasuite/integration/dist/css/homepage-full.css"; |
| 28 | + |
| 29 | +const Footer: React.FC = () => ( |
| 30 | + <footer className="lasuite fr-footer" role="contentinfo"> |
| 31 | + <div className="fr-container lasuite-container"> |
| 32 | + <div className="fr-footer__body"> |
| 33 | + <div className="fr-footer__brand fr-enlarge-link"> |
| 34 | + <a |
| 35 | + href="/" |
| 36 | + title="Retour à l'accueil - Tchap" |
| 37 | + > |
| 38 | + <p className="fr-logo">République<br />Française</p> |
| 39 | + </a> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | + </footer> |
| 44 | +); |
| 45 | + |
| 46 | +export default Footer; |
0 commit comments