From 1184c4e82da07745412f9944b12db7d727124cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Tue, 25 Oct 2022 11:29:40 +0200 Subject: [PATCH] Add portal for mobile menu --- site/source/pages/Documentation.tsx | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/site/source/pages/Documentation.tsx b/site/source/pages/Documentation.tsx index e38ba6fad..ec238cc02 100644 --- a/site/source/pages/Documentation.tsx +++ b/site/source/pages/Documentation.tsx @@ -53,16 +53,19 @@ export default function MonEntrepriseRulePage() { !documentationSitePaths[pathname] ? ( ) : ( - - - - - - - + <> +
+ + + + + + + + ) } /> @@ -122,6 +125,7 @@ function DocumentationPageBody() { apiDocumentationUrl={absoluteSitePaths.développeur.api} apiEvaluateUrl="https://mon-entreprise.urssaf.fr/api/v1/evaluate" npmPackage="modele-social" + mobileMenuPortalId="mobile-menu-portal-id" /> )