Skip to content

Commit

Permalink
feat(dsfr): ajout du nouveau logo (#6159)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda authored Sep 30, 2024
1 parent f87c8ad commit c4c92cb
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 177 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 0 additions & 22 deletions packages/code-du-travail-frontend/src/modules/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { PACKAGE_VERSION } from "../../config";
import { headerFooterDisplayItem } from "@codegouvfr/react-dsfr/Display";
import { BrandTop } from "./BrandTop";
import { homeLinksProps } from "./common";
import { css } from "../../../styled-system/css";

export const Footer = () => {
return (
Expand Down Expand Up @@ -147,20 +146,6 @@ export const Footer = () => {
"legifrance.gouv.fr",
"data.gouv.fr",
]}
partnersLogos={{
sub: [
{
alt: "service-public.fr, le site officiel de l'administration française",
href: "https://www.service-public.fr/",
imgUrl: "/static/assets/img/logo_sp_hd_rvb.png",
},
{
alt: "legifrance.gouv.fr - le service public de la diffusion du droit",
href: "https://www.legifrance.gouv.fr/",
imgUrl: "/static/assets/img/legifrance.svg",
},
],
}}
bottomItems={[
{
linkProps: {
Expand Down Expand Up @@ -190,13 +175,6 @@ export const Footer = () => {
},
headerFooterDisplayItem,
]}
classes={{
logo: footerLogo,
}}
/>
);
};

const footerLogo = css({
boxShadow: "none !important",
});
Loading

0 comments on commit c4c92cb

Please sign in to comment.