From 81fa930a6ea4260a91c362b3fb0924e6e4756482 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 20 Apr 2023 17:54:07 +0200 Subject: [PATCH] Fix style des liens --- site/source/components/App.tsx | 15 +- site/source/components/PageHeader.tsx | 8 +- .../components/layout/Footer/Footer.tsx | 6 +- site/source/components/layout/Header.tsx | 7 +- .../source/design-system/layout/Container.tsx | 19 +- site/source/pages/_landing/Landing.tsx | 277 ++++++++---------- .../_components/Navigation.tsx | 42 +-- .../pages/assistants/choix-du-statut/home.tsx | 56 ++-- 8 files changed, 207 insertions(+), 223 deletions(-) diff --git a/site/source/components/App.tsx b/site/source/components/App.tsx index 81da2de0c..3558ce142 100644 --- a/site/source/components/App.tsx +++ b/site/source/components/App.tsx @@ -16,7 +16,7 @@ import { useEngine, useSetupSafeSituation, } from '@/components/utils/EngineContext' -import { Container, Spacing } from '@/design-system/layout' +import { Container } from '@/design-system/layout' import { useAxeCoreAnalysis } from '@/hooks/useAxeCoreAnalysis' import { useGetFullURL } from '@/hooks/useGetFullURL' import { useIsEmbedded } from '@/hooks/useIsEmbedded' @@ -80,7 +80,6 @@ const Router = () => { return ( - } /> } /> } /> @@ -115,7 +114,15 @@ const App = () => { {!isEmbedded &&
} -
+
{ + } /> + } diff --git a/site/source/components/PageHeader.tsx b/site/source/components/PageHeader.tsx index 0da185034..1c219301a 100644 --- a/site/source/components/PageHeader.tsx +++ b/site/source/components/PageHeader.tsx @@ -23,7 +23,7 @@ export default function PageHeader({ return ( {picture && ( - + )} -
+