From e4f11527230d4e7be162dde9480e367d5d3091bd Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Wed, 23 Apr 2025 13:13:14 +0200 Subject: [PATCH] style: Update layout structure in DefaultLayout component --- app/layouts/LayoutDefault.tsx | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/app/layouts/LayoutDefault.tsx b/app/layouts/LayoutDefault.tsx index 0a4c944..56acd43 100755 --- a/app/layouts/LayoutDefault.tsx +++ b/app/layouts/LayoutDefault.tsx @@ -22,27 +22,30 @@ export default function DefaultLayout(props: DefaultLayoutProps) { return ( <> -
- +
+
+ - {pageContext.urlPathname === "/" && } + {pageContext.urlPathname === "/" && } -
-