From 96ab48361fa0abf4db98344130279c1f0ea9228e Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Tue, 22 Apr 2025 13:54:00 +0200 Subject: [PATCH 1/3] style: remove commented out code and adjust layout styles --- app/layouts/DocsLayout.tsx | 1 + app/layouts/LayoutDefault.tsx | 18 +++++++++++++++++- app/partials/LatestDocs.tsx | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/app/layouts/DocsLayout.tsx b/app/layouts/DocsLayout.tsx index c8e44b0..af1b0e1 100644 --- a/app/layouts/DocsLayout.tsx +++ b/app/layouts/DocsLayout.tsx @@ -34,6 +34,7 @@ export function DocsLayout(props: DocsLayoutProps) { /> {props.children} + diff --git a/app/layouts/LayoutDefault.tsx b/app/layouts/LayoutDefault.tsx index 19c6858..a1d5438 100755 --- a/app/layouts/LayoutDefault.tsx +++ b/app/layouts/LayoutDefault.tsx @@ -31,6 +31,22 @@ export default function DefaultLayout(props: DefaultLayoutProps) { {pageContext.urlPathname === "/" && } + {/* Backup */} + {/*
+