Skip to content

Commit

Permalink
chore: uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed Oct 24, 2024
1 parent 5b53f91 commit b42908f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/Components/DsfrFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { fr } from "@codegouvfr/react-dsfr";
import { Footer } from "@codegouvfr/react-dsfr/Footer";
import styled from "@emotion/styled";

// import { publicConfig } from "../config.public";
import { publicConfig } from "../config.public";

const TopLink = styled.a`
margin-right: ${fr.spacing("2w")};
Expand Down Expand Up @@ -44,9 +44,9 @@ const DsfrFooter = () => {
<BottomLink href="/mentions-information-questionnaire" key={1}>
Mentions d'informations
</BottomLink>,
// <span className="fr-footer__bottom-link" key={3}>
// v.{publicConfig.version} © République française {new Date().getFullYear()}
// </span>,
<span className="fr-footer__bottom-link" key={3}>
v.{publicConfig.version} © République française {new Date().getFullYear()}
</span>,
]}
/>
);
Expand Down

0 comments on commit b42908f

Please sign in to comment.