From ce2cfec9f34f9e45a206502760044e1a631bd63d Mon Sep 17 00:00:00 2001 From: DeathKaioken Date: Fri, 3 Oct 2025 22:13:30 +0200 Subject: [PATCH] bug: Page Transition Effect fix --- src/app/components/PageLayout.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/components/PageLayout.tsx b/src/app/components/PageLayout.tsx index 975a9d7..3bdef51 100644 --- a/src/app/components/PageLayout.tsx +++ b/src/app/components/PageLayout.tsx @@ -34,17 +34,10 @@ export default function PageLayout({ )} -<<<<<<< HEAD {/* Main content now participates in normal document flow */}
{children}
-======= - {/* Main content grows to fill available space */} -
- {children} -
->>>>>>> 6ebe4eed3d7f8ef6bedea5dcf742bc73462a8af8 {showFooter && (